diff options
Diffstat (limited to 'target-xtensa/Makefile.objs')
-rw-r--r-- | target-xtensa/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-xtensa/Makefile.objs b/target-xtensa/Makefile.objs index f8fbf91aa2..b30e5a8466 100644 --- a/target-xtensa/Makefile.objs +++ b/target-xtensa/Makefile.objs @@ -4,5 +4,3 @@ obj-y += core-dc233c.o obj-y += core-fsf.o obj-y += translate.o op_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += machine.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |