mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 11:50:30 +00:00
acrn-config/hv: create new file pt_intx_c.py to generate the pt_intx.c file
Move struct pt_intx_config vm0_pt_intx[] defintion to pt_intx.c so that vm_configurations.h/vm_configurations.c are consistent for different boards Tracked-On: #5229 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
This commit is contained in:
@@ -268,6 +268,7 @@ HW_C_SRCS += boot/guest/direct_boot.c
|
||||
# VM Configuration
|
||||
VM_CFG_C_SRCS += $(BOARD_INFO_DIR)/board.c
|
||||
VM_CFG_C_SRCS += $(SCENARIO_CFG_DIR)/vm_configurations.c
|
||||
VM_CFG_C_SRCS += $(BOARD_CFG_DIR)/pt_intx.c
|
||||
ifneq (,$(wildcard $(BOARD_CFG_DIR)/pci_dev.c))
|
||||
VM_CFG_C_SRCS += $(BOARD_CFG_DIR)/pci_dev.c
|
||||
endif
|
||||
|
Reference in New Issue
Block a user