]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Add object_files.lst as dependency of lib target
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 4 Dec 2017 02:25:43 +0000 (10:25 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Sun, 10 Dec 2017 00:56:56 +0000 (08:56 +0800)
commit1c62af9ec1086b9e3066b25bfd6bee6d03186c0f
treeac47b05dfceb35b5e7bbe6ff1d4eb342f30f5350
parentedf7647bae9e7ae212abd8e3922592d49721a8ad
BaseTools: Add object_files.lst as dependency of lib target

Seems object_files.lst is not added as dependency of lib target, this
patch update BaseTools to generate Makefile with this dependency.

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