]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add two macros into AutoGenObject macro dict
authorYonghong Zhu <yonghong.zhu@intel.com>
Fri, 11 Mar 2016 10:58:44 +0000 (18:58 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 15 Mar 2016 08:59:52 +0000 (16:59 +0800)
commitdf1e1b63d4c54e1ed5ea0b697ac3fba903c28009
tree9e6a1de96255c356dc94af4012c7a571757bd295
parentf9b940ecf93cdb62ee9b97586135b2a41a7bf887
BaseTools: Add two macros into AutoGenObject macro dict

Add DEST_DIR_OUTPUT and DEST_DIR_DEBUG into AutoGenObject macro dict.
Because some module (eg: BaseUefiCpuLib) may use this macro in the make
file.

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/AutoGen/AutoGen.py