mirror of
https://github.com/qemu/qemu.git
synced 2025-07-31 01:18:30 +00:00
6 lines
157 B
Makefile
6 lines
157 B
Makefile
obj-y += m68k-semi.o
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
|
|
$(obj)/op_helper.o: QEMU_CFLAGS += $(HELPER_CFLAGS)
|