Merge branch 'target-arm.for-upstream' of git://git.linaro.org/people/pmaydell/qemu-arm
[qemu.git] / target-arm / Makefile.objs
blobf447c4fdf2d646028def1738eb41a2f73a2f14fa
1 obj-y += arm-semi.o
2 obj-$(CONFIG_SOFTMMU) += machine.o
3 obj-y += translate.o op_helper.o helper.o cpu.o
4 obj-y += neon_helper.o iwmmxt_helper.o
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)