diff --git a/hypervisor/Makefile b/hypervisor/Makefile index cb9bbe218..ad2f55c5d 100644 --- a/hypervisor/Makefile +++ b/hypervisor/Makefile @@ -195,9 +195,10 @@ ifdef STACK_PROTECTOR C_SRCS += common/stack_protector.c endif +C_SRCS += hw/pci.c + C_SRCS += dm/vpic.c C_SRCS += dm/vioapic.c -C_SRCS += dm/hw/pci.c C_SRCS += dm/vpci/core.c C_SRCS += dm/vpci/vpci.c ifeq ($(CONFIG_PARTITION_MODE),y) diff --git a/hypervisor/dm/hw/pci.c b/hypervisor/hw/pci.c similarity index 100% rename from hypervisor/dm/hw/pci.c rename to hypervisor/hw/pci.c