aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi/Makefile.objs
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2015-12-17 12:50:05 -0600
committerMichael S. Tsirkin <mst@redhat.com>2015-12-22 18:39:19 +0200
commit8bfffbccad2b7a9836caee359bd5055ab6989ac5 (patch)
treeb6e8a61b05716b07e09361204c18104f2735c327 /hw/ipmi/Makefile.objs
parent23076bb34b049f5908fefae19266d3f25f55fd3e (diff)
ipmi: Add a local BMC simulation
This provides a minimal local BMC, basically enough to comply with the spec and provide a complete watchdog timer (including a sensor, SDR, and event). 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
index 65bde11dd0..875271ca56 100644
--- a/hw/ipmi/Makefile.objs
+++ b/hw/ipmi/Makefile.objs
@@ -1 +1,2 @@
common-obj-$(CONFIG_IPMI) += ipmi.o
+common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o