mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-01 13:14:02 +00:00
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:
parent
7907fef59e
commit
2756ec740d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user