master
build 3 lines 207 Bytes
Raw
1 system_ss.add(when: 'CONFIG_UFS', if_true: files('ufs.c', 'lu.c'))
2 system_ss.add(when: 'CONFIG_UFS_PCI', if_true: files('ufs-pci.c'))
3 system_ss.add(when: 'CONFIG_UFS_SYSBUS', if_true: files('ufs-sysbus.c'))