diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2017-08-02 05:31:06 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-08-09 18:58:20 +0300 |
commit | 312a3d0918bb7d65862fbbd3e2f2f4630e4d6f56 (patch) | |
tree | 6bba3a4b94ad94a1c8eddd11934e5649a89d5a73 /scripts/basic/Makefile | |
parent | cb87481ee89dbd6609e227afbf64900fb4e5c930 (diff) | |
download | linux-312a3d0918bb7d65862fbbd3e2f2f4630e4d6f56.tar.xz |
kbuild: trivial cleanups on the comments
This is a bunch of trivial fixes and cleanups.
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/basic/Makefile')
-rw-r--r-- | scripts/basic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/basic/Makefile b/scripts/basic/Makefile index ec10d9345bc2..0372b33febe5 100644 --- a/scripts/basic/Makefile +++ b/scripts/basic/Makefile @@ -1,5 +1,5 @@ ### -# Makefile.basic lists the most basic programs used during the build process. +# This Makefile lists the most basic programs used during the build process. # The programs listed herein are what are needed to do the basic stuff, # such as fix file dependencies. # This initial step is needed to avoid files to be recompiled |