We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd554ef commit 32a3befCopy full SHA for 32a3bef
BaseTools/Source/Python/AutoGen/GenMake.py
@@ -449,7 +449,7 @@ def __init__(self, ModuleAutoGen):
449
self.GenFfsList = ModuleAutoGen.GenFfsList
450
self.MacroList = ['FFS_OUTPUT_DIR', 'MODULE_GUID', 'OUTPUT_DIR']
451
self.FfsOutputFileList = []
452
- self.DependencyHeaderFileSet = set()
+ self.DependencyHeaderFileSet = set()
453
454
# Compose a dict object containing information used to do replacement in template
455
@property
0 commit comments