mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
acrn-config: Update generated configuration source code
1.Reorg generated configuration source code structure 2.Upstream generated configuration source code based on generic board infomation 3.Update license date from 2020 to 2021 Tracked-On: #5644 Signed-off-by: Xie, nanlin <nanlin.xie@intel.com>
This commit is contained in:
@@ -45,9 +45,9 @@ default: all
|
||||
|
||||
include scripts/makefile/config.mk
|
||||
|
||||
BOARD_INFO_DIR := $(HV_CONFIG_DIR)/boards/$(BOARD)
|
||||
BOARD_INFO_DIR := $(HV_CONFIG_DIR)/boards
|
||||
SCENARIO_CFG_DIR := $(HV_CONFIG_DIR)/scenarios/$(SCENARIO)
|
||||
BOARD_CFG_DIR := $(SCENARIO_CFG_DIR)/$(BOARD)
|
||||
BOARD_CFG_DIR := $(SCENARIO_CFG_DIR)
|
||||
|
||||
include ../paths.make
|
||||
|
||||
|
Reference in New Issue
Block a user