1 ifeq ($(CONFIG_SMBIOS),y)
2 common-obj-y += smbios.o
3 common-obj-$(CONFIG_IPMI) += smbios_type_38.o
4 common-obj-$(call lnot,$(CONFIG_IPMI)) += smbios_type_38-stub.o
6 common-obj-y += smbios-stub.o
9 common-obj-$(CONFIG_ALL) += smbios-stub.o
10 common-obj-$(CONFIG_ALL) += smbios_type_38-stub.o