summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-12-23 09:37:36 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-23 09:54:14 +0100
commitd831f2496441b5454de6a6dc0b4abb3804b94c88 (patch)
treef85d88afe6120cadabb6a42bfd58c36ba47ce343 /linux
parentb8d2e3b545dd40549d14d589472fd1ddf9c3da98 (diff)
downloadbuildroot-d831f2496441b5454de6a6dc0b4abb3804b94c88.tar.gz
buildroot-d831f2496441b5454de6a6dc0b4abb3804b94c88.zip
Fix fallout after generated defconfig support
Fix improper use of qstrip; use correct variables. Fixes #8546. Reported-by: craigswank@gmail.com Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/linux.mk b/linux/linux.mk
index 06a27ebed2..69a09aa206 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -405,7 +405,7 @@ ifeq ($(BR2_LINUX_KERNEL_USE_DEFCONFIG),y)
# We must use the user-supplied kconfig value, because
# LINUX_KCONFIG_DEFCONFIG will at least contain the
# trailing _defconfig
-ifeq ($(qstrip $(BR2_LINUX_KERNEL_DEFCONFIG)),)
+ifeq ($(call qstrip,$(BR2_LINUX_KERNEL_DEFCONFIG)),)
$(error No kernel defconfig name specified, check your BR2_LINUX_KERNEL_DEFCONFIG setting)
endif
endif
OpenPOWER on IntegriCloud