aboutsummaryrefslogtreecommitdiff
path: root/target-arm
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-05-29 10:55:47 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2012-06-07 07:19:23 +0200
commit9cdc8df314bddc95125e87039b0f2df3fc5fa866 (patch)
tree6c3140736176acd4ab66e21c63d42322c1d6175d /target-arm
parent5e8861a0361d8d39ab69fe557294471c28c49c8b (diff)
build: move libobj-y variable to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target-arm')
-rw-r--r--target-arm/Makefile.objs4
1 files changed, 4 insertions, 0 deletions
diff --git a/target-arm/Makefile.objs b/target-arm/Makefile.objs
index f5bb920266..4dcd3c5f5b 100644
--- a/target-arm/Makefile.objs
+++ b/target-arm/Makefile.objs
@@ -1 +1,5 @@
obj-y += arm-semi.o
+obj-y += op_helper.o helper.o cpu.o
+obj-y += neon_helper.o iwmmxt_helper.o
+
+$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)