mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 18:48:27 +00:00
c4f351394f
no logical change, only code movement (and fix a comment typo). Backports commit 26aa3d9aecbb6fe9bce808a1d127191bdf3cc3d2 from qemu Also backports commit 5502b66fc7d0bebd08b9b7017cb7e8b5261c3a2d
4 lines
152 B
Makefile
4 lines
152 B
Makefile
obj-y += translate.o dsp_helper.o op_helper.o lmi_helper.o helper.o cpu.o
|
|
obj-$(CONFIG_SOFTMMU) += cp0_timer.o
|
|
obj-y += msa_helper.o
|
|
obj-y += unicorn.o
|