]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the issue that build report missing Module Size
authorBob Feng <bob.c.feng@intel.com>
Wed, 8 May 2019 09:46:30 +0000 (17:46 +0800)
committerFeng, Bob C <bob.c.feng@intel.com>
Thu, 9 May 2019 07:03:30 +0000 (15:03 +0800)
commitc648e9058717205f8de2510db3797628a019ceaa
treee23ea25781e424a3ad13d036223ec2fb24ad2c29
parent7d83e9e84793428b72d15d56e0d0cf11c8e1ced9
BaseTools: Fix the issue that build report missing Module Size

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1786

commit b1e27d changed GENFW output folder from DEBUG to OUTPUT,
but that commit missed updating the buildreport.py for FwReportFileName.

This patch is going to fix this issue.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/build/BuildReport.py