diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-02-20 15:38:47 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-02-20 17:57:49 -0800 |
commit | 152de30bced150617e5731a9fe2364c9d04fe26c (patch) | |
tree | db5df9e20b291edc17960614f19249b8f0d0a4d0 /lib | |
parent | b28fe28f2a07ee325834179174a95495d2786561 (diff) | |
download | linux-stable-152de30bced150617e5731a9fe2364c9d04fe26c.tar.gz linux-stable-152de30bced150617e5731a9fe2364c9d04fe26c.tar.bz2 linux-stable-152de30bced150617e5731a9fe2364c9d04fe26c.zip |
docsrc: use config instead of menuconfig
BUILD_DOCSRC should be controlled by "config" instead of "menuconfig".
I have no idea how I managed to use "menuconfig" here.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 29044f500269..1bcf9cd4baa0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -838,7 +838,7 @@ config FIREWIRE_OHCI_REMOTE_DMA If unsure, say N. -menuconfig BUILD_DOCSRC +config BUILD_DOCSRC bool "Build targets in Documentation/ tree" depends on HEADERS_CHECK help |