qom: Crash more nicely on object_property_get_link() failure
[qemu/ar7.git] / hw / smbios / Makefile.objs
blob23bb2bac0752fafe7f3aa10645d997e2b850aef2
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
5 else
6 common-obj-y += smbios-stub.o
7 endif
9 common-obj-$(CONFIG_ALL) += smbios-stub.o
10 common-obj-$(CONFIG_ALL) += smbios_type_38-stub.o