tools: moveconfig: support wildcards in --defconfigs file
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 19 Oct 2016 05:39:54 +0000 (14:39 +0900)
committerTom Rini <trini@konsulko.com>
Mon, 24 Oct 2016 12:04:42 +0000 (08:04 -0400)
commit0dbc9b591a56bc5a93455632de5e4d62c73e6ca5
tree84b373bbb2ebccd056db08f7003d3aff42e094e1
parent6e67f176bb0531903d4b443fe7ad477382d0eacc
tools: moveconfig: support wildcards in --defconfigs file

Supporting shell-style wildcards for the --defconfigs option will be
useful to run the moveconfig tool against a specific platform.  For
example, "uniphier*" in the file passed by --defconfigs option will
be expanded to defconfig files that start with "uniphier".  This is
easier than listing out all defconfig files you are interested in.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
tools/moveconfig.py