mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
q800: move GLUE device into separate q800-glue.c file
This will allow the q800-glue.h header to be included separately so that the GLUE device can be referenced externally. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230621085353.113233-8-mark.cave-ayland@ilande.co.uk> [lv: update comment] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
0b9b41fb8b
commit
8e0932802f
5 changed files with 306 additions and 238 deletions
|
@ -2,7 +2,7 @@ m68k_ss = ss.source_set()
|
|||
m68k_ss.add(when: 'CONFIG_AN5206', if_true: files('an5206.c', 'mcf5206.c'))
|
||||
m68k_ss.add(when: 'CONFIG_MCF5208', if_true: files('mcf5208.c', 'mcf_intc.c'))
|
||||
m68k_ss.add(when: 'CONFIG_NEXTCUBE', if_true: files('next-kbd.c', 'next-cube.c'))
|
||||
m68k_ss.add(when: 'CONFIG_Q800', if_true: files('q800.c'))
|
||||
m68k_ss.add(when: 'CONFIG_Q800', if_true: files('q800.c', 'q800-glue.c'))
|
||||
m68k_ss.add(when: 'CONFIG_M68K_VIRT', if_true: files('virt.c'))
|
||||
|
||||
hw_arch += {'m68k': m68k_ss}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue