diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-19 10:31:37 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-19 10:31:37 -0800 |
commit | 773433433791b9420c2a0f86b93c91d4115d89b5 (patch) | |
tree | 86704390601bf7a6188dda9df7f6c78be80e42a7 /init | |
parent | 27a22ee4c7d5839fd7e3e441c9d675c8a5c4c22c (diff) | |
parent | 31a4af7f7d3cd3090c1c9201d62d4ede54dc5969 (diff) | |
download | linux-773433433791b9420c2a0f86b93c91d4115d89b5.tar.bz2 |
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull misc kbuild changes from Michal Marek:
"Just a few non-critical kbuild changes:
- builddeb adds the actual distribution name in the changelog
- documentation fixes"
* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
kbuild: Update documentation of clean-files and clean-dirs
builddeb: Try to determine distribution
builddeb: Update year and git repository URL in debian/copyright
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 058e3671fa11..08e50c5c8948 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1290,8 +1290,8 @@ endif config CC_OPTIMIZE_FOR_SIZE bool "Optimize for size" help - Enabling this option will pass "-Os" instead of "-O2" to gcc - resulting in a smaller kernel. + Enabling this option will pass "-Os" instead of "-O2" to + your compiler resulting in a smaller kernel. If unsure, say N. |