mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 01:30:13 +00:00
With Kconfig, it would be common to rebuild the hypervisor with a few configuration symbols changed. But for a proper rebuild, users are required to execute ''make clean'' first, which deletes the configuration file at all. This patch leverages the compiler to generate a target that add involved headers as dependencies to a specific file. Any change to a header will now trigger the rebuilding of related sources properly. Signed-off-by: Junjie Mao <junjie.mao@intel.com>
8.3 KiB
8.3 KiB