]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Move buildoptions.py to Common folder
authorBob Feng <bob.c.feng@intel.com>
Tue, 13 Aug 2019 09:39:39 +0000 (17:39 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Wed, 14 Aug 2019 05:54:49 +0000 (13:54 +0800)
commit08a54c9e0a3db85d6a9fa7f418a914ea978fecc7
tree9da516f7ff4e0b218a9e88846492650ec7876490
parent1f06aa24c29405f271f514f01c396c2ba19c1370
BaseTools: Move buildoptions.py to Common folder

buildoptions is used by build.py and TargetTxtClassObj.py
Move buildoptions.py to Common folder so that
build tool and ECC tool work fine.

Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/Common/TargetTxtClassObject.py
BaseTools/Source/Python/Common/buildoptions.py [new file with mode: 0644]
BaseTools/Source/Python/build/build.py
BaseTools/Source/Python/build/buildoptions.py [deleted file]