aboutsummaryrefslogtreecommitdiff
path: root/target-arm/Makefile.objs
blob: f447c4fdf2d646028def1738eb41a2f73a2f14fa (plain)
1
2
3
4
5
6
obj-y += arm-semi.o
obj-$(CONFIG_SOFTMMU) += machine.o
obj-y += translate.o op_helper.o helper.o cpu.o
obj-y += neon_helper.o iwmmxt_helper.o

$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)