diff options
author | Mark Cave-Ayland | 2022-05-04 11:25:32 +0200 |
---|---|---|
committer | Mark Cave-Ayland | 2022-05-08 19:52:36 +0200 |
commit | 0db9350e6e5aba3dc864d36756b01fb0922ad7cb (patch) | |
tree | 41b638fdb3cc103a1e7729c9f5a56e4e1831b88d /hw/hppa/meson.build | |
parent | dino: move DINO HPA constants from hppa_hardware.h to dino.h (diff) | |
download | qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.tar.gz qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.tar.xz qemu-0db9350e6e5aba3dc864d36756b01fb0922ad7cb.zip |
dino: move from hw/hppa to hw/pci-host
Move the DINO device implementation from hw/hppa to hw/pci-host so that it is
located with all the other PCI host bridges.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20220504092600.10048-23-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'hw/hppa/meson.build')
-rw-r--r-- | hw/hppa/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/hppa/meson.build b/hw/hppa/meson.build index 32072bf204..a6f9db455c 100644 --- a/hw/hppa/meson.build +++ b/hw/hppa/meson.build @@ -1,4 +1,4 @@ hppa_ss = ss.source_set() -hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('pci.c', 'machine.c', 'dino.c', 'lasi.c')) +hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('pci.c', 'machine.c', 'lasi.c')) hw_arch += {'hppa': hppa_ss} |