diff options
m--------- | 3rdparty/arm-trusted-firmware | 0 | ||||
-rw-r--r-- | src/arch/arm64/Makefile.inc | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/arm-trusted-firmware b/3rdparty/arm-trusted-firmware -Subproject 649591bbabbc737534943136751722307429b7d +Subproject 4a9663062cef254e79189e4fbde85172eb58f9c diff --git a/src/arch/arm64/Makefile.inc b/src/arch/arm64/Makefile.inc index ec559fa42d..f44ee51f36 100644 --- a/src/arch/arm64/Makefile.inc +++ b/src/arch/arm64/Makefile.inc @@ -159,7 +159,7 @@ BL31_MAKEARGS += BUILD_PLAT="$(abspath $(obj)/3rdparty/arm-trusted-firmware)" # The \# \" complications exist to satisfy both gnu make's parser and editors # with non-semantic quote-handling (that would assume that this line starts a # multi line string. -BL31_MAKEARGS += BUILD_MESSAGE_TIMESTAMP="$(shell grep "\#define COREBOOT_BUILD\>" $(obj)/build.h |cut -d\" -f2 \# \")" +BL31_MAKEARGS += BUILD_MESSAGE_TIMESTAMP='"$(shell grep "\#define COREBOOT_BUILD\>" $(obj)/build.h |cut -d\" -f2 \# \")"' BL31_CFLAGS := -fno-pic -fno-stack-protector BL31_LDFLAGS := --emit-relocs |