xref: /qemu/hw/vmapple/meson.build (revision f07a5674cf97b8473e5d06d7b1df9b51e97d553f)
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3system_ss.add(when: 'CONFIG_VMAPPLE_AES',  if_true: files('aes.c'))
4system_ss.add(when: 'CONFIG_VMAPPLE_BDIF', if_true: files('bdif.c'))
5system_ss.add(when: 'CONFIG_VMAPPLE_CFG',  if_true: files('cfg.c'))
6system_ss.add(when: 'CONFIG_VMAPPLE_VIRTIO_BLK',  if_true: files('virtio-blk.c'))
7specific_ss.add(when: 'CONFIG_VMAPPLE',     if_true: files('vmapple.c'))
8