mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-27 23:15:00 +00:00
Makefile: support make from XML for new board
Currently make hypervisor will depend on a $(BOARD).config file to load board defconfig which triggered by oldconfig process, this will block make from XMLs for a new board because $(BOARD).config never exist. This requires us to patch configuration for new board earlier than make oldconfig. Tracked-On: #4067 Signed-off-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
@@ -54,7 +54,7 @@ $(eval $(call check_dep_py3lib,kconfiglib,KCONFIG_DEPS))
|
||||
#
|
||||
# A dummy command is necessary to trigger the remaking of config.mk right after
|
||||
# oldconfig changes HV_CONFIG in the same execution of make.
|
||||
$(HV_OBJDIR)/$(HV_CONFIG): oldconfig
|
||||
$(HV_OBJDIR)/$(HV_CONFIG): update_config oldconfig
|
||||
@true
|
||||
|
||||
# Note: This target must not depend on a phony target (e.g. oldconfig) because
|
||||
|
||||
Reference in New Issue
Block a user