]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add support for $(FAMILY) macro
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 4 Jul 2016 08:34:28 +0000 (16:34 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 5 Jul 2016 07:51:21 +0000 (15:51 +0800)
commit40b4e21dbc6c4c3ba2a1748be97bf90acb3b45b8
treeedfb4337e0c19e2bcb13d0f311e6043bb93d1baa
parent36829e67667bdb6517ca8e7b04f086f4482a4934
BaseTools: Add support for $(FAMILY) macro

Build spec mentions $(FAMILY) macro be used in DSC/FDF to specify the tool
chain family, like GCC, MSFT. This patch add the support for this macro.

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