]> git.proxmox.com Git - mirror_qemu.git/blob - target-arm/Makefile.objs
Merge remote-tracking branch 'mst/tags/for_anthony' into staging
[mirror_qemu.git] / target-arm / Makefile.objs
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
5
6 $(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)