aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLi Zefan2009-02-20 17:38:43 -0600
committerLinus Torvalds2009-02-20 19:57:49 -0600
commitad444684b78f12fb3f45a733722e2cbfe102d25c (patch)
tree7028af9d5fc0bb6201792771aa873244c9165568 /README
parent3ef0e5ba467366125f04b423f4638baca54a4fc1 (diff)
downloadkernel-ad444684b78f12fb3f45a733722e2cbfe102d25c.tar.gz
kernel-ad444684b78f12fb3f45a733722e2cbfe102d25c.tar.xz
kernel-ad444684b78f12fb3f45a733722e2cbfe102d25c.zip
README: fix a wrong filename
It should be Documentation/build/kconfig.txt. Introduced by commit 2af238e455ef5fd31c2f7a06c2db3f13d843b9bf ("kbuild: make *config usage docs"). Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 90a07658ede1..d6c6c742c1d7 100644
--- a/README
+++ b/README
@@ -188,7 +188,7 @@ CONFIGURING the kernel:
188 values to random values. 188 values to random values.
189 189
190 You can find more information on using the Linux kernel config tools 190 You can find more information on using the Linux kernel config tools
191 in Documentation/kbuild/make-configs.txt. 191 in Documentation/kbuild/kconfig.txt.
192 192
193 NOTES on "make config": 193 NOTES on "make config":
194 - having unnecessary drivers will make the kernel bigger, and can 194 - having unnecessary drivers will make the kernel bigger, and can