mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 07:25:28 +00:00

Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
4 lines
104 B
Makefile
4 lines
104 B
Makefile
obj-y += m68k-semi.o
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|