aboutsummaryrefslogtreecommitdiff
path: root/hw/moxie/meson.build
blob: 05a7c2e00fc7bfd150c2d99b894087d2276f4949 (plain)
1
2
3
4
moxie_ss = ss.source_set()
moxie_ss.add(when: 'CONFIG_MOXIESIM', if_true: files('moxiesim.c'))

hw_arch += {'moxie': moxie_ss}