5 lines
127 B
Meson
5 lines
127 B
Meson
|
moxie_ss = ss.source_set()
|
||
|
moxie_ss.add(when: 'CONFIG_MOXIESIM', if_true: files('moxiesim.c'))
|
||
|
|
||
|
hw_arch += {'moxie': moxie_ss}
|