mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
hw: move char devices to hw/char/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
80b4ecc86d
commit
9944d32001
29 changed files with 29 additions and 19 deletions
|
@ -9,4 +9,19 @@ common-obj-$(CONFIG_XILINX) += xilinx_uartlite.o
|
|||
common-obj-$(CONFIG_XEN_BACKEND) += xen_console.o
|
||||
common-obj-$(CONFIG_CADENCE) += cadence_uart.o
|
||||
|
||||
obj-$(CONFIG_EXYNOS4) += exynos4210_uart.o
|
||||
obj-$(CONFIG_COLDFIRE) += mcf_uart.o
|
||||
obj-$(CONFIG_OMAP) += omap_uart.o
|
||||
obj-$(CONFIG_SH4) += sh_serial.o
|
||||
obj-$(CONFIG_PSERIES) += spapr_vty.o
|
||||
|
||||
common-obj-$(CONFIG_ETRAXFS) += etraxfs_ser.o
|
||||
common-obj-$(CONFIG_ISA_DEBUG) += debugcon.o
|
||||
common-obj-$(CONFIG_GRLIB) += grlib_apbuart.o
|
||||
common-obj-$(CONFIG_IMX) += imx_serial.o
|
||||
common-obj-$(CONFIG_LM32) += lm32_juart.o
|
||||
common-obj-$(CONFIG_LM32) += lm32_uart.o
|
||||
common-obj-$(CONFIG_MILKYMIST) += milkymist-uart.o
|
||||
common-obj-$(CONFIG_SCLPCONSOLE) += sclpconsole.o
|
||||
|
||||
obj-$(CONFIG_VIRTIO) += virtio-serial-bus.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue