]> git.proxmox.com Git - mirror_qemu.git/blob - hw/smbios/Makefile.objs
sun4m: set default display type to TCX
[mirror_qemu.git] / hw / smbios / Makefile.objs
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
8
9 common-obj-$(CONFIG_ALL) += smbios-stub.o
10 common-obj-$(CONFIG_ALL) += smbios_type_38-stub.o