|
@@ -6,9 +6,6 @@ softmmu_ss.add(when: 'CONFIG_ISA_TESTDEV', if_true: files('pc-testdev.c'))
|
|
|
softmmu_ss.add(when: 'CONFIG_PCA9552', if_true: files('pca9552.c'))
|
|
|
softmmu_ss.add(when: 'CONFIG_PCI_TESTDEV', if_true: files('pci-testdev.c'))
|
|
|
softmmu_ss.add(when: 'CONFIG_SGA', if_true: files('sga.c'))
|
|
|
-softmmu_ss.add(when: 'CONFIG_TMP105', if_true: files('tmp105.c'))
|
|
|
-softmmu_ss.add(when: 'CONFIG_TMP421', if_true: files('tmp421.c'))
|
|
|
-softmmu_ss.add(when: 'CONFIG_EMC141X', if_true: files('emc141x.c'))
|
|
|
softmmu_ss.add(when: 'CONFIG_UNIMP', if_true: files('unimp.c'))
|
|
|
softmmu_ss.add(when: 'CONFIG_EMPTY_SLOT', if_true: files('empty_slot.c'))
|
|
|
softmmu_ss.add(when: 'CONFIG_LED', if_true: files('led.c'))
|