commit | 9cdc8df314bddc95125e87039b0f2df3fc5fa866 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue May 29 10:55:47 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 07 07:19:23 2012 +0200 |
tree | 6c3140736176acd4ab66e21c63d42322c1d6175d | |
parent | 5e8861a0361d8d39ab69fe557294471c28c49c8b [diff] [blame] |
build: move libobj-y variable to nested Makefile.objs Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/target-m68k/Makefile.objs b/target-m68k/Makefile.objs index e73a5ba..553691d 100644 --- a/target-m68k/Makefile.objs +++ b/target-m68k/Makefile.objs
@@ -1 +1,4 @@ obj-y += m68k-semi.o +obj-y += op_helper.o helper.o cpu.o + +$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)