Searched hist:df52e2600deef3fff250d337d06f55863d1dfd76 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/make_helpers/ |
| H A D | build_macros.mk | df52e2600deef3fff250d337d06f55863d1dfd76 Wed May 29 20:37:33 UTC 2024 Chris Kay <chris.kay@arm.com> fix(build): fix incorrectly-escaped armlink preprocessor definitions
Preprocessor definitions that are passed to armlink are currently not correctly escaped, resulting in the shell trying to parse the parentheses contained in some of the preprocessor definitions:
``` LD build/tegra/t210/release/bl31/bl31.elf /bin/sh: 1: Syntax error: "(" unexpected ```
This change ensures that these preprocessor definitions are adequately escaped for the shell.
Change-Id: I9d2c60fa60c0aa00770417a68f900e9fb84b4669 Signed-off-by: Chris Kay <chris.kay@arm.com>
|