Commit 32c82c3e authored by Alessandro Rubini's avatar Alessandro Rubini

MAKEALL: trivial: only use *_defconfig files

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 88d91d86
......@@ -4,7 +4,7 @@
T=$(mktemp /tmp/wrpc-config.XXXXXX)
configs=$(ls configs)
configs=$(cd configs; echo *_defconfig)
if [ $# -ne 0 ]; then
configs="$*"
fi
......
Markdown is supported
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