summary refs log tree commit diff stats
path: root/hw/arm/meson.build
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-09-03 17:07:07 +0100
committerPeter Maydell <peter.maydell@linaro.org>2024-10-01 14:17:13 +0100
commita2ccff4d2bcdd93551c0f15e74d6e09dbb90ecff (patch)
treee08cdbd49c45f3d780ffa18e1b5e8afc242f76bf /hw/arm/meson.build
parent6af139c385bfc7823276d6ab7956b8c812c111f0 (diff)
downloadfocaccia-qemu-a2ccff4d2bcdd93551c0f15e74d6e09dbb90ecff.tar.gz
focaccia-qemu-a2ccff4d2bcdd93551c0f15e74d6e09dbb90ecff.zip
hw/arm: Remove 'connex' and 'verdex' machines
The connex and verdex machines have been deprecated since
9.0 and so can be removed for the 9.2 release.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20240903160751.4100218-10-peter.maydell@linaro.org
Diffstat (limited to 'hw/arm/meson.build')
-rw-r--r--hw/arm/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/arm/meson.build b/hw/arm/meson.build
index ae8d49f00f..565d6a5f28 100644
--- a/hw/arm/meson.build
+++ b/hw/arm/meson.build
@@ -67,7 +67,6 @@ arm_ss.add(when: 'CONFIG_XEN', if_true: files(
 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_GUMSTIX', if_true: files('gumstix.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'))