mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 12:23:53 -06:00

The functions and definitions in this file are not used anywhere within the generic hppa machine. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Helge Deller <deller@gmx.de> Message-Id: <20220504092600.10048-45-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>
4 lines
124 B
Meson
4 lines
124 B
Meson
hppa_ss = ss.source_set()
|
|
hppa_ss.add(when: 'CONFIG_HPPA_B160L', if_true: files('machine.c'))
|
|
|
|
hw_arch += {'hppa': hppa_ss}
|