]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/GenFds/Section.py
BaseTools: Remove the dependency on the build intermediate file
[mirror_edk2.git] / BaseTools / Source / Python / GenFds / Section.py
index 2acb70f4129c9f203ea200187b6ce88d2bf717af..447828c8e5887678b420d8948fe8028c8e6ba6ce 100644 (file)
@@ -140,22 +140,6 @@ class Section (SectionClassObject):
                     FileList.append(File.Path)\r
 \r
         if (not IsMakefile and Suffix is not None and os.path.exists(FfsInf.EfiOutputPath)) or (IsMakefile and Suffix is not None):\r
-            #\r
-            # Get Makefile path and time stamp\r
-            #\r
-            MakefileDir = FfsInf.EfiOutputPath[:-len('OUTPUT')]\r
-            Makefile = os.path.join(MakefileDir, 'Makefile')\r
-            if not os.path.exists(Makefile):\r
-                Makefile = os.path.join(MakefileDir, 'GNUmakefile')\r
-            if os.path.exists(Makefile):\r
-                # Update to search files with suffix in all sub-dirs.\r
-                Tuple = os.walk(FfsInf.EfiOutputPath)\r
-                for Dirpath, Dirnames, Filenames in Tuple:\r
-                    for F in Filenames:\r
-                        if os.path.splitext(F)[1] == Suffix:\r
-                            FullName = os.path.join(Dirpath, F)\r
-                            if os.path.getmtime(FullName) > os.path.getmtime(Makefile):\r
-                                FileList.append(FullName)\r
             if not FileList:\r
                 SuffixMap = FfsInf.GetFinalTargetSuffixMap()\r
                 if Suffix in SuffixMap:\r