aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi/Makefile.objs
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2015-12-17 12:50:04 -0600
committerMichael S. Tsirkin <mst@redhat.com>2015-12-22 18:39:19 +0200
commit23076bb34b049f5908fefae19266d3f25f55fd3e (patch)
tree621f4a9cc030b4a712ad44f7a27d221b18f7419a /hw/ipmi/Makefile.objs
parent13fc834308668097d6fd09c85ae3ecad06360a64 (diff)
Add a base IPMI interface
Add the basic IPMI types and infrastructure to QEMU. Low-level interfaces and simulation interfaces will register with this; it's kind of the go-between to tie them together. Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/ipmi/Makefile.objs')
-rw-r--r--hw/ipmi/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ipmi/Makefile.objs b/hw/ipmi/Makefile.objs
new file mode 100644
index 0000000000..65bde11dd0
--- /dev/null
+++ b/hw/ipmi/Makefile.objs
@@ -0,0 +1 @@
+common-obj-$(CONFIG_IPMI) += ipmi.o