Merge branch 'master' of github.com:cirosantilli/linux-kernel-module-cheat

This commit is contained in:
Ciro Santilli
2018-04-19 07:21:10 +01:00

1
build
View File

@@ -3,6 +3,7 @@ set -eu
. common
set -- ${cli_build:-} "$@"
br2_cli_file="${out_dir}/br2_cli"
mkdir -p "${out_dir}"
rm -f "$br2_cli_file"
touch "$br2_cli_file"
configure=true