Skip to content
Snippets Groups Projects
Commit 32c82c3e authored by Alessandro Rubini's avatar Alessandro Rubini
Browse files

MAKEALL: trivial: only use *_defconfig files


Signed-off-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 88d91d86
No related merge requests found
......@@ -4,7 +4,7 @@
T=$(mktemp /tmp/wrpc-config.XXXXXX)
configs=$(ls configs)
configs=$(cd configs; echo *_defconfig)
if [ $# -ne 0 ]; then
configs="$*"
fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment