diff options
Diffstat (limited to 'target-cris/Makefile.objs')
-rw-r--r-- | target-cris/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-cris/Makefile.objs b/target-cris/Makefile.objs index 4b09e8c6b5..afb87bcc80 100644 --- a/target-cris/Makefile.objs +++ b/target-cris/Makefile.objs @@ -1,4 +1,2 @@ obj-y += translate.o op_helper.o helper.o cpu.o obj-$(CONFIG_SOFTMMU) += mmu.o machine.o - -$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |