aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/macio/meson.build
blob: 8984b818b0cb8d6d4cb41da76b9a750a5e661782 (plain)
1
2
3
4
5
6
7
8
macio_ss = ss.source_set()
macio_ss.add(files('macio.c'))
macio_ss.add(when: 'CONFIG_CUDA', if_true: files('cuda.c'))
macio_ss.add(when: 'CONFIG_MACIO_GPIO', if_true: files('gpio.c'))
macio_ss.add(when: 'CONFIG_MAC_DBDMA', if_true: files('mac_dbdma.c'))
macio_ss.add(when: 'CONFIG_MAC_PMU', if_true: files('pmu.c'))

system_ss.add_all(when: 'CONFIG_MACIO', if_true: macio_ss)