mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 12:35:48 +00:00
Before checking any given target, make has an additional phase to check if any included makefile should be updated. This patch enforces running oldconfig in this phase to update .config and config.mk (if necessary). This ensures that make gets the correct configurations when executing the given target. Signed-off-by: Junjie Mao <junjie.mao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> Acked-by: Geoffroy VanCutsem <geoffroy.vancutsem@intel.com>