aboutsummaryrefslogtreecommitdiff
path: root/hw/isa/Makefile.objs
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2018-03-08 23:39:29 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2018-03-12 16:12:48 +0100
commit1854eb287e77c07b2089b42319e23c7c0df8a2f1 (patch)
tree9515081d28d2eb1554a8ec16975cbfa2f7d85968 /hw/isa/Makefile.objs
parent818c9d992f5b8db2c46f9171ec69055f1b0bdf5c (diff)
downloadqemu-1854eb287e77c07b2089b42319e23c7c0df8a2f1.zip
qemu-1854eb287e77c07b2089b42319e23c7c0df8a2f1.tar.gz
qemu-1854eb287e77c07b2089b42319e23c7c0df8a2f1.tar.bz2
hw/isa/superio: Add a Super I/O template based on the PC87312 device
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20180308223946.26784-9-f4bug@amsat.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/isa/Makefile.objs')
-rw-r--r--hw/isa/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/isa/Makefile.objs b/hw/isa/Makefile.objs
index fb37c55..cac655b 100644
--- a/hw/isa/Makefile.objs
+++ b/hw/isa/Makefile.objs
@@ -1,4 +1,5 @@
common-obj-$(CONFIG_ISA_BUS) += isa-bus.o
+common-obj-$(CONFIG_ISA_BUS) += isa-superio.o
common-obj-$(CONFIG_APM) += apm.o
common-obj-$(CONFIG_I82378) += i82378.o
common-obj-$(CONFIG_PC87312) += pc87312.o