mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-14 17:07:24 +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)
|