summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de.schampheleire@gmail.com>2015-02-03 15:21:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:04:04 +0100
commit6cd04c3139bfc409b3c680ae136a2627af40417d (patch)
tree650c957d6e0cd6b6a37bdcbdd42dc76b2c9c4d1b /boot
parentdff25ea2b9902ac786f4dbfa13056b79b902a734 (diff)
downloadbuildroot-6cd04c3139bfc409b3c680ae136a2627af40417d.tar.gz
buildroot-6cd04c3139bfc409b3c680ae136a2627af40417d.zip
barebox: qstrip the path to the custom configuration file
Even though this is not strictly necessary with the current version of barebox.mk, it becomes necessary when migrating barebox.mk to the kconfig infrastructure. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: "Yann E. Morin" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/barebox.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index 0fb7cec098..f26c151503 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -55,7 +55,7 @@ ifeq ($(BR2_TARGET_BAREBOX_USE_DEFCONFIG),y)
BAREBOX_SOURCE_CONFIG = $(@D)/arch/$(BAREBOX_ARCH)/configs/$(call qstrip,\
$(BR2_TARGET_BAREBOX_BOARD_DEFCONFIG))_defconfig
else ifeq ($(BR2_TARGET_BAREBOX_USE_CUSTOM_CONFIG),y)
-BAREBOX_SOURCE_CONFIG = $(BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE)
+BAREBOX_SOURCE_CONFIG = $(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_CONFIG_FILE))
endif
define BAREBOX_CONFIGURE_CMDS
OpenPOWER on IntegriCloud