From a60ca36c4282c3998d4fc38d55e3dc668017b3ef Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 9 Aug 2012 11:09:44 -0700 Subject: Strip quotes from $(objcbfs) Otherwise object paths will look like build/cbfs/"fallback"/... Change-Id: I3e60f90f7490e71b0da075d3ea8fc847abc07938 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1700 Reviewed-by: Marc Jones Tested-by: build bot (Jenkins) --- Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index 7d32a96a7e..e499bacc4e 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -30,7 +30,7 @@ export MAINBOARDDIR ## Final build results, which CBFSTOOL uses to create the final ## rom image file, are placed under $(objcbfs). ## These typically have suffixes .debug .elf .bin and .map -export objcbfs := $(obj)/cbfs/$(CONFIG_CBFS_PREFIX) +export objcbfs := $(obj)/cbfs/$(call strip_quotes,$(CONFIG_CBFS_PREFIX)) ## Based on the active configuration, Makefile conditionally collects ## the required assembly includes and saves them in a file. -- cgit v1.2.3