diff mbox

scripts/basic/Makefie: add missing parenthesis

Message ID 1449595368-10373-1-git-send-email-rami.rosen@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Rosen, Rami Dec. 8, 2015, 5:22 p.m. UTC
This patch adds  missing parenthesis in scripts/basic/Makefie.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 scripts/basic/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

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