]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the regression bug to build single module
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Sep 2017 13:18:00 +0000 (21:18 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 28 Sep 2017 02:10:39 +0000 (10:10 +0800)
commit119d8c42ab8b80301d6dbbac2ab19f67a7b2e617
tree1cbc1f23c4840946848635f7d787bd42d9bcca24
parentce9aaba64e07d7e12eb160ae32cde7b3357ce388
BaseTools: Fix the regression bug to build single module

The bug is introduced by 1b8eca to collect single module's build time.
Now the fix solution is copied from Platform build.

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/build.py