BaseTools: Fix one invalid change in 6be94743

Roll back one change in 6be94743, it was updated incorrect.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yunhua Feng <yunhuax.feng@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
This commit is contained in:
Yunhua Feng 2018-04-25 08:46:36 +08:00 committed by Yonghong Zhu
parent 34a24786ca
commit 4085777757
1 changed files with 1 additions and 1 deletions

View File

@ -3915,7 +3915,7 @@ class ModuleAutoGen(AutoGen):
return
# Skip the following code for modules without any binary files
if not self.BinaryFileList:
if self.BinaryFileList:
return
### TODO: How to handles mixed source and binary modules