diff options
author | Corey Minyard <cminyard@mvista.com> | 2016-06-10 04:15:41 -0500 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-06-24 05:13:57 +0300 |
commit | 35658f6e0c3dacfdb22198ee3917c0c28914d81d (patch) | |
tree | 06de055bdad6dccc30c2a14ecfe36eff4f453d45 /hw/smbios/Makefile.objs | |
parent | 0517cc9863bd4753be56d47da1a568538069e19f (diff) |
ipmi: Add SMBIOS table entry
Add an IPMI table entry to the SMBIOS.
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/smbios/Makefile.objs')
-rw-r--r-- | hw/smbios/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/smbios/Makefile.objs b/hw/smbios/Makefile.objs index f69a92f967..c3d3753602 100644 --- a/hw/smbios/Makefile.objs +++ b/hw/smbios/Makefile.objs @@ -1 +1,2 @@ common-obj-$(CONFIG_SMBIOS) += smbios.o +common-obj-$(call land,$(CONFIG_SMBIOS),$(CONFIG_IPMI)) += smbios_type_38.o |