summaryrefslogtreecommitdiff
path: root/kbuild.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kbuild.sh')
-rwxr-xr-xkbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/kbuild.sh b/kbuild.sh
index b457bb1..6b990f3 100755
--- a/kbuild.sh
+++ b/kbuild.sh
@@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-2.0+
set -e
+shopt -s nullglob
kbuild_root=$(dirname $(readlink -f "$0"))
kernel_root="${PWD}"