mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
hw: move SSI controllers to hw/ssi/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
53ed424e09
commit
31e1706082
9 changed files with 8 additions and 6 deletions
|
@ -1,2 +1,6 @@
|
|||
common-obj-$(CONFIG_PL022) += pl022.o
|
||||
common-obj-$(CONFIG_SSI) += ssi.o
|
||||
common-obj-$(CONFIG_XILINX_SPI) += xilinx_spi.o
|
||||
common-obj-$(CONFIG_XILINX_SPIPS) += xilinx_spips.o
|
||||
|
||||
obj-$(CONFIG_OMAP) += omap_spi.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue