mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-04 10:30:53 +00:00

Add OpenRISC int instruction helpers. Signed-off-by: Jia Liu <proljc@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
4 lines
165 B
Makefile
4 lines
165 B
Makefile
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
|
|
obj-y += exception_helper.o int_helper.o interrupt_helper.o mmu_helper.o
|