From 50871ee0ecd63bb9885068fb0b3ea1b47f5e2bb4 Mon Sep 17 00:00:00 2001 From: Ken Lautner Date: Fri, 23 Aug 2024 19:03:27 -0700 Subject: BaseTools: GenMake: FIx missing logs from GenMake.py EdkLogger logs were not showing up as part of the build log output. Adding the EdkLogger import to GenMake.py fixes the missing log prints. Signed-off-by: Kenneth Lautner --- BaseTools/Source/Python/AutoGen/GenMake.py | 1 + 1 file changed, 1 insertion(+) (limited to 'BaseTools') diff --git a/BaseTools/Source/Python/AutoGen/GenMake.py b/BaseTools/Source/Python/AutoGen/GenMake.py index fbd35d4989..6d9c60b702 100755 --- a/BaseTools/Source/Python/AutoGen/GenMake.py +++ b/BaseTools/Source/Python/AutoGen/GenMake.py @@ -14,6 +14,7 @@ import sys import string import re import os.path as path +from Common import EdkLogger from Common.LongFilePathSupport import OpenLongFilePath as open from Common.MultipleWorkspace import MultipleWorkspace as mws from Common.BuildToolError import * -- cgit v1.2.3