BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627 The FrameworkDatabase was already obsolete, So, FrameworkDatabase can be removed from ArmPlatformPkg. This patch is going to fix this issue. Cc: Leif Lindholm Cc: Ard Biesheuvel Signed-off-by: Zhiju.Fan --- ArmPlatformPkg/Scripts/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile index 09f1c90923..76f25e35e8 100644 --- a/ArmPlatformPkg/Scripts/Makefile +++ b/ArmPlatformPkg/Scripts/Makefile @@ -65,7 +65,6 @@ endif $(EDK2_CONF): ifeq ("$(OS)","Windows_NT") copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt - copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt else -- 2.14.1.windows.1