]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: support building the same INF more than once with -m option
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 8 Jun 2017 13:54:23 +0000 (21:54 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sat, 24 Jun 2017 15:05:27 +0000 (23:05 +0800)
commit16bad1fbaf897ecd93fb5046f4fed768ac12b6ff
treeb284498ed9b8ac8c304180f5fcfb5f43675e1dfc
parent9f14de3b8eb9520d0c88b03335d91763a8d64c0f
BaseTools: support building the same INF more than once with -m option

Currently DSC file [Components] Section can support building the same
INF more than once for the same arch, this patch support build with -m
option to generate multiple instances.

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