hv: move `dm/hw/pci.c` to `hw/pci.c`

This patch moves `dm/hw/pci.c` to `hw/pci.c`

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Shiqing Gao 2019-01-08 09:10:07 +08:00 committed by wenlingz
parent 7907fef59e
commit 2756ec740d
2 changed files with 2 additions and 1 deletions

View File

@ -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)