This patch adds missing parenthesis in scripts/basic/Makefie. Signed-off-by: Rami Rosen <rami.rosen@xxxxxxxxx> --- scripts/basic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index 4fcef87..77a05ef 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile @@ -4,7 +4,7 @@ # such as fix file dependencies. # This initial step is needed to avoid files to be recompiled # when kernel configuration changes (which is what happens when -# .config is included by main Makefile. +# .config is included by main Makefile). # --------------------------------------------------------------------------- # fixdep: Used to generate dependency information during build process -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html