mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-29 12:14:13 +00:00
In the current config.mk board and scenario XMLs are only copied to the build directory when they do not exist. That prevents users from using XML files they have edited, probably to fix previously reported validation errors, for a rebuild unless the former build directory is totally removed. This patch adds the user-given paths to XML files (if they exist) as dependencies of the copied files in the build directory, so that users can now provide new board and/or scenario XMLs to an existing build to automatically trigger a complete rebuild. Building without explicitly specifying BOARD and SCENARIO is still supported if a build directory already exists. In that case the copied board and scenario XMLs will not be modified. Tracked-On: #8259 Signed-off-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
makefile | ||
genconf.sh | ||
genld.sh |