aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-08-09 11:09:44 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-07 08:28:19 +0100
commita60ca36c4282c3998d4fc38d55e3dc668017b3ef (patch)
treefe177c63eb01d35cb6f27d16afc553ddc5d52843 /Makefile.inc
parentc6b9f926cc28d8b00b66a95cde394bf3657b44bb (diff)
Strip quotes from $(objcbfs)
Otherwise object paths will look like build/cbfs/"fallback"/... Change-Id: I3e60f90f7490e71b0da075d3ea8fc847abc07938 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1700 Reviewed-by: Marc Jones <marcj303@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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.