From d372ab585a2cdc5348af5f701c56c631235fe698 Mon Sep 17 00:00:00 2001 From: "Jake Garver via groups.io" Date: Fri, 8 Apr 2022 01:04:20 +0800 Subject: BaseTools/Conf: Fix Dynamic-Library-File template In the Dynamic-Library-File template, add missing output file declarations. These files are generated by the template and other rules explicitly depend on them. This change resolves missing dependency issues we encountered while running a recursive make with job control. Signed-off-by: Jake Garver Reviewed-by: Bob Feng --- BaseTools/Conf/build_rule.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BaseTools/Conf') diff --git a/BaseTools/Conf/build_rule.template b/BaseTools/Conf/build_rule.template index f401182344..4356623512 100755 --- a/BaseTools/Conf/build_rule.template +++ b/BaseTools/Conf/build_rule.template @@ -366,6 +366,8 @@ $(OUTPUT_DIR)(+)$(MODULE_NAME).efi + $(DEBUG_DIR)(+)$(MODULE_NAME).efi + $(OUTPUT_DIR)(+)$(MODULE_NAME).map "$(GENFW)" -e $(MODULE_TYPE) -o ${dst} ${src} $(GENFW_FLAGS) -- cgit v1.2.3