mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
hw/misc: Remove omap_tap device
The omap_tap device is OMAP2 only, and we are removing it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20240903160751.4100218-49-peter.maydell@linaro.org
This commit is contained in:
parent
41695489d6
commit
d007962b2f
3 changed files with 0 additions and 121 deletions
|
@ -76,7 +76,6 @@ system_ss.add(when: 'CONFIG_NPCM7XX', if_true: files(
|
|||
system_ss.add(when: 'CONFIG_OMAP', if_true: files(
|
||||
'omap_clk.c',
|
||||
'omap_l4.c',
|
||||
'omap_tap.c',
|
||||
))
|
||||
system_ss.add(when: 'CONFIG_RASPI', if_true: files(
|
||||
'bcm2835_mbox.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue