commit | 174f836d3cdba920362ffe91da4025cf48e90348 | [log] [tgz] |
---|---|---|
author | Kevin Peng <kevin.peng@arm.com> | Fri Apr 07 11:32:16 2023 +0800 |
committer | David Hu <david.hu@arm.com> | Fri Apr 07 08:36:26 2023 +0200 |
tree | 7f7a89669c23b8a1e809928a9c6794d4422ec8fa | |
parent | b0d4a02d22b87682735968fb74d8dc13ec917f1f [diff] |
Build: Use OPTIONAL in include() instead of existence check Use OPTIONAL in include() instead of file existence checking codes. This can simply the codes a bit. If OPTIONAL is present, then no error is raised if the file does not exist. Change-Id: Ia22e3154707312d94754e545725a3ba6095c9a13 Signed-off-by: Kevin Peng <kevin.peng@arm.com>