diff options
Diffstat (limited to 'hw/arm/meson.build')
| -rw-r--r-- | hw/arm/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/meson.build b/hw/arm/meson.build index 83787cfdfc..490234b3b8 100644 --- a/hw/arm/meson.build +++ b/hw/arm/meson.build @@ -65,7 +65,6 @@ system_ss.add(when: 'CONFIG_ARM_SMMUV3', if_true: files('smmu-common.c')) system_ss.add(when: 'CONFIG_COLLIE', if_true: files('collie.c')) system_ss.add(when: 'CONFIG_EXYNOS4', if_true: files('exynos4_boards.c')) system_ss.add(when: 'CONFIG_NETDUINO2', if_true: files('netduino2.c')) -system_ss.add(when: 'CONFIG_OMAP', if_true: files('omap2.c')) system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2835_peripherals.c')) system_ss.add(when: 'CONFIG_RASPI', if_true: files('bcm2838_peripherals.c')) system_ss.add(when: 'CONFIG_STRONGARM', if_true: files('strongarm.c')) |