mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 20:28:16 +00:00
5 lines
125 B
Text
5 lines
125 B
Text
|
devices-dirs-$(CONFIG_SOFTMMU) += intc/
|
||
|
devices-dirs-y += core/
|
||
|
common-obj-y += $(devices-dirs-y)
|
||
|
obj-y += $(devices-dirs-y)
|