diff options
Diffstat (limited to 'target-i386/Makefile.objs')
-rw-r--r-- | target-i386/Makefile.objs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs index 71d7d3bb5b..c1d4f059da 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -6,5 +6,3 @@ obj-$(CONFIG_KVM) += kvm.o hyperv.o obj-$(CONFIG_NO_KVM) += kvm-stub.o obj-$(CONFIG_LINUX_USER) += ioport-user.o obj-$(CONFIG_BSD_USER) += ioport-user.o - -$(obj)/mem_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) |