diff options
author | Corey Minyard <cminyard@mvista.com> | 2015-12-17 12:50:08 -0600 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-12-22 18:39:19 +0200 |
commit | a9b74079cbf68720bbe9b409775bed8e1002cf4f (patch) | |
tree | f0352cb55a60ae400a48c2db2987cb846330352c /hw/ipmi/Makefile.objs | |
parent | 0719029c47b28404cf307f184934c8281a424918 (diff) |
ipmi: Add a BT low-level interface
This provides the simulation of the BT hardware interface for
IPMI.
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.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ipmi/Makefile.objs b/hw/ipmi/Makefile.objs index 28618c54d2..a90318d5ba 100644 --- a/hw/ipmi/Makefile.objs +++ b/hw/ipmi/Makefile.objs @@ -2,3 +2,4 @@ common-obj-$(CONFIG_IPMI) += ipmi.o common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_extern.o common-obj-$(CONFIG_ISA_IPMI_KCS) += isa_ipmi_kcs.o +common-obj-$(CONFIG_ISA_IPMI_BT) += isa_ipmi_bt.o |