diff options
Diffstat (limited to 'kbuild.sh')
-rwxr-xr-x | kbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ # SPDX-License-Identifier: GPL-2.0+ set -e +shopt -s nullglob kbuild_root=$(dirname $(readlink -f "$0")) kernel_root="${PWD}" |