kconfig: warn unmet direct dependency of tristate symbols selected by y
[carl9170fw.git] / autogen.sh
index 287d7a2cd476e37ae7f27c53ab8e252357588ee7..a360065b8b4a467c9c051f75d1ce98b57a6e1677 100755 (executable)
@@ -9,7 +9,8 @@ case "$1" in
                cmake .
                make
                popd
-               config/conf Kconfig
+               shift 1
+               config/conf Kconfig "$@"
                cmake .
        ;;
 
@@ -44,7 +45,7 @@ case "$1" in
        ;;
 
        *)
-               $0 config
+               $0 config "$@"
                $0 compile
        ;;