]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Python/GenMake.py
Add a program to install fars.
[mirror_edk2.git] / Tools / Python / GenMake.py
index df78f72e5a2cb8dd74d00f963a76a52ecdb6b689..171a6d79bd7744f1122c573a2fce3410464caece 100755 (executable)
@@ -19,14 +19,6 @@ OBJECTS = $OBJECTS
 include $$(MAKEROOT)/lib.makefile
 """)
 
-def mkdir(path):
-  """Make a directory if it is not there already."""
-
-  try:
-    os.makedirs(path)
-  except:
-    pass
-
 def openSpd(spdFile):
 
   """Open the spdFile and process the msa files it contains."""