master
build 7 lines 405 Bytes
Raw
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 system_ss.add(when: 'CONFIG_VMAPPLE_AES', if_true: files('aes.c'))
4 system_ss.add(when: 'CONFIG_VMAPPLE_BDIF', if_true: files('bdif.c'))
5 system_ss.add(when: 'CONFIG_VMAPPLE_CFG', if_true: files('cfg.c'))
6 system_ss.add(when: 'CONFIG_VMAPPLE_VIRTIO_BLK', if_true: files('virtio-blk.c'))
7 specific_ss.add(when: 'CONFIG_VMAPPLE', if_true: files('vmapple.c'))