mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-28 19:42:41 +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)
|