Loading hw/smbios/Makefile.objs +8 −3 Original line number Diff line number Diff line common-obj-$(CONFIG_SMBIOS) += smbios.o common-obj-$(call land,$(CONFIG_SMBIOS),$(CONFIG_IPMI)) += smbios_type_38.o ifeq ($(CONFIG_SMBIOS),y) common-obj-y += smbios.o common-obj-$(CONFIG_IPMI) += smbios_type_38.o common-obj-$(call lnot,$(CONFIG_IPMI)) += smbios_type_38-stub.o else common-obj-y += smbios-stub.o endif common-obj-$(call lnot,$(CONFIG_SMBIOS)) += smbios-stub.o common-obj-$(CONFIG_ALL) += smbios-stub.o common-obj-$(CONFIG_ALL) += smbios_type_38-stub.o stubs/smbios_type_38.c→hw/smbios/smbios_type_38-stub.c +0 −0 File moved. View file stubs/Makefile.objs +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ stub-obj-y += target-monitor-defs.o stub-obj-y += target-get-monitor-def.o stub-obj-y += vhost.o stub-obj-y += iohandler.o stub-obj-y += smbios_type_38.o stub-obj-y += ipmi.o stub-obj-y += pc_madt_cpu_entry.o stub-obj-y += migration-colo.o Loading
hw/smbios/Makefile.objs +8 −3 Original line number Diff line number Diff line common-obj-$(CONFIG_SMBIOS) += smbios.o common-obj-$(call land,$(CONFIG_SMBIOS),$(CONFIG_IPMI)) += smbios_type_38.o ifeq ($(CONFIG_SMBIOS),y) common-obj-y += smbios.o common-obj-$(CONFIG_IPMI) += smbios_type_38.o common-obj-$(call lnot,$(CONFIG_IPMI)) += smbios_type_38-stub.o else common-obj-y += smbios-stub.o endif common-obj-$(call lnot,$(CONFIG_SMBIOS)) += smbios-stub.o common-obj-$(CONFIG_ALL) += smbios-stub.o common-obj-$(CONFIG_ALL) += smbios_type_38-stub.o
stubs/Makefile.objs +0 −1 Original line number Diff line number Diff line Loading @@ -44,7 +44,6 @@ stub-obj-y += target-monitor-defs.o stub-obj-y += target-get-monitor-def.o stub-obj-y += vhost.o stub-obj-y += iohandler.o stub-obj-y += smbios_type_38.o stub-obj-y += ipmi.o stub-obj-y += pc_madt_cpu_entry.o stub-obj-y += migration-colo.o