]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: Fix the GenMake bug for .cpp source file
authorFeng, Bob C <bob.c.feng@intel.com>
Sat, 25 Jun 2022 05:11:40 +0000 (13:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 28 Jun 2022 09:14:55 +0000 (09:14 +0000)
commit59141288716f8917968d4bb96367b7d08fe5ab8a
treecfc11c02bdbe49b8ba1eba530768eea417223e0c
parent7f4eca4cc2e01d4160ef265f477f9d098d7d33df
BaseTools: Fix the GenMake bug for .cpp source file

Build-rules.txt lists .cc and .cpp as supported file extensions.
BaseTools commit 05217d210e introduce a regression issue that
ignore the .cc and .cpp file type.

This patch is to fix this bug.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Yuwei Chen<yuwei.chen@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py