mirror of
https://git.proxmox.com/git/qemu
synced 2025-07-24 18:08:56 +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)
|