diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-01-13 09:20:12 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-01-13 09:32:32 +0100 |
commit | a7db759ef70fdc6ec7e79c603d3daf7c87113bba (patch) | |
tree | 0d5014e40f10b5cd97ec9726712d13a6616120d1 /hw/mips/meson.build | |
parent | 90f7d0b4940be29259f6977d2df2ca09495680e7 (diff) | |
download | qemu-a7db759ef70fdc6ec7e79c603d3daf7c87113bba.zip qemu-a7db759ef70fdc6ec7e79c603d3daf7c87113bba.tar.gz qemu-a7db759ef70fdc6ec7e79c603d3daf7c87113bba.tar.bz2 |
hw/mips/gt64xxx_pci: Move it to hw/pci-host/
The GT-64120 is a north-bridge, and it is not MIPS specific.
Move it with the other north-bridge devices.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20221209151533.69516-8-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'hw/mips/meson.build')
-rw-r--r-- | hw/mips/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/mips/meson.build b/hw/mips/meson.build index 152103f..900613f 100644 --- a/hw/mips/meson.build +++ b/hw/mips/meson.build @@ -3,7 +3,6 @@ mips_ss.add(files('bootloader.c', 'mips_int.c')) mips_ss.add(when: 'CONFIG_FW_CFG_MIPS', if_true: files('fw_cfg.c')) mips_ss.add(when: 'CONFIG_LOONGSON3V', if_true: files('loongson3_bootp.c', 'loongson3_virt.c')) mips_ss.add(when: 'CONFIG_MALTA', if_true: files('malta.c')) -softmmu_ss.add(when: 'CONFIG_GT64120', if_true: files('gt64xxx_pci.c')) mips_ss.add(when: 'CONFIG_MIPS_CPS', if_true: files('cps.c')) if 'CONFIG_TCG' in config_all |