mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-24 12:09:58 +00:00
5 lines
142 B
Makefile
5 lines
142 B
Makefile
|
obj-y += translate.o op_helper.o helper.o cpu.o mmu.o
|
||
|
obj-$(CONFIG_SOFTMMU) += monitor.o
|
||
|
|
||
|
$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
|