|
@@ -1,5 +1,5 @@
|
|
-softmmu_ss.add(when: 'CONFIG_E500', if_true: files('mpc8xxx.c'))
|
|
|
|
softmmu_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c'))
|
|
softmmu_ss.add(when: 'CONFIG_GPIO_KEY', if_true: files('gpio_key.c'))
|
|
|
|
+softmmu_ss.add(when: 'CONFIG_GPIO_MPC8XXX', if_true: files('mpc8xxx.c'))
|
|
softmmu_ss.add(when: 'CONFIG_GPIO_PWR', if_true: files('gpio_pwr.c'))
|
|
softmmu_ss.add(when: 'CONFIG_GPIO_PWR', if_true: files('gpio_pwr.c'))
|
|
softmmu_ss.add(when: 'CONFIG_MAX7310', if_true: files('max7310.c'))
|
|
softmmu_ss.add(when: 'CONFIG_MAX7310', if_true: files('max7310.c'))
|
|
softmmu_ss.add(when: 'CONFIG_PL061', if_true: files('pl061.c'))
|
|
softmmu_ss.add(when: 'CONFIG_PL061', if_true: files('pl061.c'))
|