mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 17:18:08 +00:00
4 lines
125 B
Makefile
4 lines
125 B
Makefile
devices-dirs-$(CONFIG_SOFTMMU) += intc/
|
|
devices-dirs-y += core/
|
|
common-obj-y += $(devices-dirs-y)
|
|
obj-y += $(devices-dirs-y)
|