mirror of
				https://github.com/projectacrn/acrn-hypervisor.git
				synced 2025-10-31 01:09:28 +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:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user