aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/multi-kernel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/multi-kernel.inc')
-rw-r--r--recipes/linux/multi-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/multi-kernel.inc b/recipes/linux/multi-kernel.inc
index b8e09a1408..44c5b16780 100644
--- a/recipes/linux/multi-kernel.inc
+++ b/recipes/linux/multi-kernel.inc
@@ -20,7 +20,7 @@ MULTI_CONFIG_BASE_SUFFIX = "multi-config-"
do_compileconfigs () {
# Compile and Install additional kernel configs if found
- if [ -e ${WORKDIR}/configs/.empty ] ; then
+ if [ -e ${WORKDIR}/configs/empty ] ; then
echo "No configs found in configs/ directory, skipping to regular build"
else
echo "Multiple configs found, building those first"