meson.build (db596ae19040574e41d086e78469014191d7d7fc) meson.build (6328d8ffa6cb9d750e4bfcfd73ac25d3a39ceb63)
1system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c'))
2system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c'))
3system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c'))
4system_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c'))
5system_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c'))
1system_ss.add(when: 'CONFIG_APPLESMC', if_true: files('applesmc.c'))
2system_ss.add(when: 'CONFIG_EDU', if_true: files('edu.c'))
3system_ss.add(when: 'CONFIG_FW_CFG_DMA', if_true: files('vmcoreinfo.c'))
4system_ss.add(when: 'CONFIG_ISA_DEBUG', if_true: files('debugexit.c'))
5system_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c'))
6system_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c'))
7system_ss.add(when: 'CONFIG_PCA9554', if_true: files('pca9554.c'))
8system_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c'))
9system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c'))
10system_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c'))
11system_ss.add(when: 'CONFIG_LED', if_true: files('led.c'))
12system_ss.add(when: 'CONFIG_PVPANIC_COMMON', if_true: files('pvpanic.c'))
13
14# ARM devices
15system_ss.add(when: 'CONFIG_PL310', if_true: files('arm_l2x0.c'))

--- 145 unchanged lines hidden ---
6system_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c'))
7system_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c'))
8system_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c'))
9system_ss.add(when: 'CONFIG_LED', if_true: files('led.c'))
10system_ss.add(when: 'CONFIG_PVPANIC_COMMON', if_true: files('pvpanic.c'))
11
12# ARM devices
13system_ss.add(when: 'CONFIG_PL310', if_true: files('arm_l2x0.c'))

--- 145 unchanged lines hidden ---