mirror of
https://github.com/qemu/qemu.git
synced 2025-08-01 02:05:48 +00:00
7 lines
195 B
Makefile
7 lines
195 B
Makefile
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)
|