aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi/Makefile.objs
diff options
context:
space:
mode:
authorCorey Minyard <cminyard@mvista.com>2017-12-06 12:26:12 -0600
committerCorey Minyard <cminyard@mvista.com>2019-09-20 14:08:10 -0500
commit1739d54c8bea120897e6170a3807ab8633c6d460 (patch)
tree8496ba8036c9d1cf7d602ef7c7b0159d721935d7 /hw/ipmi/Makefile.objs
parent0f310cd6e1218728ddba54afdfbddc66e2db0012 (diff)
ipmi: Split out BT-specific code from ISA BT code
Get ready for PCI and other BT interfaces. No functional changes, just split the code into generic BT code and ISA-specific BT code. Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'hw/ipmi/Makefile.objs')
-rw-r--r--hw/ipmi/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ipmi/Makefile.objs b/hw/ipmi/Makefile.objs
index 6835d2f64a..4ffa45a66c 100644
--- a/hw/ipmi/Makefile.objs
+++ b/hw/ipmi/Makefile.objs
@@ -1,4 +1,4 @@
-common-obj-$(CONFIG_IPMI) += ipmi.o ipmi_kcs.o
+common-obj-$(CONFIG_IPMI) += ipmi.o ipmi_kcs.o ipmi_bt.o
common-obj-$(CONFIG_IPMI_LOCAL) += ipmi_bmc_sim.o
common-obj-$(CONFIG_IPMI_EXTERN) += ipmi_bmc_extern.o
common-obj-$(CONFIG_ISA_IPMI_KCS) += isa_ipmi_kcs.o