From fbe37ef3e18814f2b98f115a1c855fea7fe71d74 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 29 May 2012 11:48:59 +0200 Subject: build: move other target-*/ objects to nested Makefile.objs Signed-off-by: Paolo Bonzini --- target-m68k/Makefile.objs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target-m68k') diff --git a/target-m68k/Makefile.objs b/target-m68k/Makefile.objs index 553691dca6..cda60157f5 100644 --- a/target-m68k/Makefile.objs +++ b/target-m68k/Makefile.objs @@ -1,4 +1,5 @@ obj-y += m68k-semi.o -obj-y += op_helper.o helper.o cpu.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) -- cgit v1.2.3