mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-07-16 20:41:27 +00:00
This patch adds the following dependencies among recipes: - Building of any C file depends on $(HV_CONFIG_TIMESTAMP) which indicates the presence of generated configuration files. - Source files listed in $(VM_CFG_C_SRCS), which are the generated configuration files, depends on $(HV_CONFIG_TIMESTAMP) With the dependencies above, the build system can now safely be executed in parallel, e.g. `make -j4`. Tracked-On: #5874 Signed-off-by: Junjie Mao <junjie.mao@intel.com>
16 KiB
16 KiB