From 9cdc8df314bddc95125e87039b0f2df3fc5fa866 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 May 2012 10:55:47 +0200 Subject: build: move libobj-y variable to nested Makefile.objs Signed-off-by: Paolo Bonzini --- target-i386/Makefile.objs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target-i386/Makefile.objs') diff --git a/target-i386/Makefile.objs b/target-i386/Makefile.objs index 93c6f3fce5..2538c43e4c 100644 --- a/target-i386/Makefile.objs +++ b/target-i386/Makefile.objs @@ -1,3 +1,6 @@ +obj-y += op_helper.o helper.o cpu.o obj-$(CONFIG_KVM) += hyperv.o obj-$(CONFIG_LINUX_USER) += ioport-user.o obj-$(CONFIG_BSD_USER) += ioport-user.o + +$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS) -- cgit v1.2.3