summary refs log tree commit diff stats
path: root/hw/net/meson.build
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-08-28 16:25:56 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-09-02 17:57:05 +0200
commit60c8ee1a6d6ad89dd55f3066062dc788f4a419dc (patch)
treec643e0c4bc58b16693563b1d62fe94c55a54ff49 /hw/net/meson.build
parentacba1ebcad9a0dd8c08495edaf5b8ce6a748bb01 (diff)
downloadfocaccia-qemu-60c8ee1a6d6ad89dd55f3066062dc788f4a419dc.tar.gz
focaccia-qemu-60c8ee1a6d6ad89dd55f3066062dc788f4a419dc.zip
hw/net: Remove mipsnet device model
The mipsnet device model was only used by the mipssim machine,
which just got removed. Remove as now dead code.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Message-Id: <20250828143800.49842-3-philmd@linaro.org>
Diffstat (limited to 'hw/net/meson.build')
-rw-r--r--hw/net/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/net/meson.build b/hw/net/meson.build
index e6759e26ca..913eaedbc5 100644
--- a/hw/net/meson.build
+++ b/hw/net/meson.build
@@ -23,7 +23,6 @@ system_ss.add(when: 'CONFIG_LAN9118_PHY', if_true: files('lan9118_phy.c'))
 system_ss.add(when: 'CONFIG_NE2000_ISA', if_true: files('ne2000-isa.c'))
 system_ss.add(when: 'CONFIG_OPENCORES_ETH', if_true: files('opencores_eth.c'))
 system_ss.add(when: 'CONFIG_XGMAC', if_true: files('xgmac.c'))
-system_ss.add(when: 'CONFIG_MIPSNET', if_true: files('mipsnet.c'))
 system_ss.add(when: 'CONFIG_XILINX_AXI', if_true: files('xilinx_axienet.c'))
 system_ss.add(when: 'CONFIG_ALLWINNER_EMAC', if_true: files('allwinner_emac.c'))
 system_ss.add(when: 'CONFIG_ALLWINNER_SUN8I_EMAC', if_true: files('allwinner-sun8i-emac.c'))