diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-10-17 09:54:20 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-22 13:26:42 -0500 |
commit | 419ad67208a37367932a5bf88d3860f85e06282c (patch) | |
tree | 520c2681926eff73db642c9c08dcde1758ff9f7f /hw/Makefile.objs | |
parent | 488cb996cd8d8eaa5ecfdc6ba5f6cbd23a13271b (diff) | |
download | qemu-419ad67208a37367932a5bf88d3860f85e06282c.tar.gz qemu-419ad67208a37367932a5bf88d3860f85e06282c.tar.bz2 qemu-419ad67208a37367932a5bf88d3860f85e06282c.zip |
serial: add pci variant
So we get a hot-pluggable 16550 uart.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 16e7a1e6f3..af4ab0c735 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -21,6 +21,7 @@ common-obj-$(CONFIG_ESCC) += escc.o common-obj-$(CONFIG_EMPTY_SLOT) += empty_slot.o common-obj-$(CONFIG_SERIAL) += serial.o serial-isa.o +common-obj-$(CONFIG_SERIAL_PCI) += serial-pci.o common-obj-$(CONFIG_PARALLEL) += parallel.o common-obj-$(CONFIG_I8254) += i8254_common.o i8254.o common-obj-$(CONFIG_PCSPK) += pcspk.o |