]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/Section.py
BaseTools: Fix GenFds issue to wrongly get file without postfix.
authorLiming Gao <liming.gao@intel.com>
Fri, 20 May 2016 08:42:35 +0000 (16:42 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 26 May 2016 02:58:30 +0000 (10:58 +0800)
commit483b01d2da22bab88f0815a2f01025ea6b9333f5
tree3109625ff6dffa5bd59a91b495df69e967aa85e0
parent6b571c4d8c827a39a5e249d5d9db4f99aebb5d63
BaseTools: Fix GenFds issue to wrongly get file without postfix.

GenFds GenSection will search the output file based on the file extension.
If the output file has no extension, it should be skip.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Andrew Fish <afish@apple.com>
BaseTools/Source/Python/GenFds/Section.py