diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-05-29 10:55:47 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-06-07 07:19:23 +0200 |
commit | 9cdc8df314bddc95125e87039b0f2df3fc5fa866 (patch) | |
tree | 6c3140736176acd4ab66e21c63d42322c1d6175d /target-m68k/Makefile.objs | |
parent | 5e8861a0361d8d39ab69fe557294471c28c49c8b (diff) | |
download | qemu-9cdc8df314bddc95125e87039b0f2df3fc5fa866.zip |
build: move libobj-y variable to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-m68k/Makefile.objs')
-rw-r--r-- | target-m68k/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-m68k/Makefile.objs b/target-m68k/Makefile.objs index e73a5ba289..553691dca6 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) |