From 540cbd6f3a8972bf03934dd5879e1d0e8a07072d Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Wed, 3 Feb 2016 10:37:58 +0100 Subject: Makefile.lib: imx hab: fix hab files with embedded variables When passing variables this way, all embedded variables are expanded, so that the path in the .config file can be kept relative. Signed-off-by: Marc Kleine-Budde SIgned-off-by: Sascha Hauer --- scripts/Makefile.lib | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'scripts/Makefile.lib') diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib index d202a7299c..fbd2f4725b 100644 --- a/scripts/Makefile.lib +++ b/scripts/Makefile.lib @@ -420,7 +420,13 @@ cmd_imximage_S_dcd= \ imxcfg_cpp_flags = -Wp,-MD,$(depfile) -nostdinc -x assembler-with-cpp \ -I $(srctree)/include -I $(srctree)/arch/arm/mach-imx/include \ - -include include/generated/autoconf.h + -include include/generated/autoconf.h \ + -DCONFIG_HABV3_SRK_PEM=\"$(CONFIG_HABV3_SRK_PEM)\" \ + -DCONFIG_HABV3_CSF_CRT_DER=\"$(CONFIG_HABV3_CSF_CRT_DER)\" \ + -DCONFIG_HABV3_IMG_CRT_DER=\"$(CONFIG_HABV3_IMG_CRT_DER)\" \ + -DCONFIG_HABV4_TABLE_BIN=\"$(CONFIG_HABV4_TABLE_BIN)\" \ + -DCONFIG_HABV4_CSF_CRT_PEM=\"$(CONFIG_HABV4_CSF_CRT_PEM)\" \ + -DCONFIG_HABV4_IMG_CRT_PEM=\"$(CONFIG_HABV4_IMG_CRT_PEM)\" dcd-tmp = $(subst $(comma),_,$(dot-target).dcd.tmp) -- cgit v1.2.3