summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-10-08 16:21:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-23 10:20:55 +0200
commit2bbbd2367a15a247cfe8261de6165341a9db36e8 (patch)
tree2d8261a0015171b8ff73e1be3f340658bd10cbce
parent595d4dbb6af4927478763bf1b2b8254e6b5dd7aa (diff)
downloadbarebox-2bbbd2367a15a247cfe8261de6165341a9db36e8.tar.gz
barebox-2bbbd2367a15a247cfe8261de6165341a9db36e8.tar.xz
ARM: i.MX: Add missing quotes to HAB specific defines
The Freescale Code Signing Tool (cst) needs quotes around the filenames passed in the csf file. Add these quotes when the CONFIG_HAB* variables are passed from the command line. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--scripts/Makefile.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
index 8c07a54d05..95eaf522ab 100644
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
@@ -470,7 +470,7 @@ cmd_imximage_S_dcd= \
overwrite-hab-env = $(shell set -e; \
test -n "$(CONFIG_HAB_CERTS_ENV)"; \
test -n "$$$(1)"; \
- echo -D$(1)=\"$(shell echo $$$(1))\")
+ echo -D$(1)=\\\"$(shell echo $$$(1))\\\")
imxcfg_cpp_flags = -Wp,-MD,$(depfile) -nostdinc -x assembler-with-cpp \
-I $(srctree)/include -I $(srctree)/arch/arm/mach-imx/include \