diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-07-24 13:47:57 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-13 20:11:12 +0200 |
commit | 0167420cde812f4df30afa9b8a0b40e7bbe92ba7 (patch) | |
tree | 9f30d97bb83c8fc8517185ecb3458bcf95429ece /hw/net/meson.build | |
parent | c069479d8cbe05ba4218eb40df5e6cbf6bb84631 (diff) | |
download | qemu-0167420cde812f4df30afa9b8a0b40e7bbe92ba7.zip qemu-0167420cde812f4df30afa9b8a0b40e7bbe92ba7.tar.gz qemu-0167420cde812f4df30afa9b8a0b40e7bbe92ba7.tar.bz2 |
hw/net: Remove TYPE_ETRAX_FS_ETH device
We just removed the single machine using it (axis-dev88).
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Edgar E. Iglesias <edgar.iglesias@amd.com>
Message-ID: <20240904143603.52934-10-philmd@linaro.org>
Diffstat (limited to 'hw/net/meson.build')
-rw-r--r-- | hw/net/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/meson.build b/hw/net/meson.build index b742687..00a9e9d 100644 --- a/hw/net/meson.build +++ b/hw/net/meson.build @@ -40,7 +40,6 @@ system_ss.add(when: 'CONFIG_FTGMAC100', if_true: files('ftgmac100.c')) system_ss.add(when: 'CONFIG_SUNGEM', if_true: files('sungem.c')) system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files('npcm7xx_emc.c', 'npcm_gmac.c')) -system_ss.add(when: 'CONFIG_ETRAXFS', if_true: files('etraxfs_eth.c')) system_ss.add(when: 'CONFIG_COLDFIRE', if_true: files('mcf_fec.c')) specific_ss.add(when: 'CONFIG_PSERIES', if_true: files('spapr_llan.c')) system_ss.add(when: 'CONFIG_XILINX_ETHLITE', if_true: files('xilinx_ethlite.c')) |