]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/smbios/Makefile.objs
smbios: filter based on CONFIG_SMBIOS rather than TARGET
[mirror_qemu.git] / hw / smbios / Makefile.objs
index c3d37536022bbc776c60ffc8a6fe352ecadfba66..ee0712bae048bfd5ff045b757cce2a41c897976d 100644 (file)
@@ -1,2 +1,5 @@
 common-obj-$(CONFIG_SMBIOS) += smbios.o
 common-obj-$(call land,$(CONFIG_SMBIOS),$(CONFIG_IPMI)) += smbios_type_38.o
+
+common-obj-$(call lnot,$(CONFIG_SMBIOS)) += smbios-stub.o
+common-obj-$(CONFIG_ALL) += smbios-stub.o