* [PATCH] Small fix for DOC/kbuild/makefiles.txt
@ 2003-09-23 15:34 Paolo Ornati
0 siblings, 0 replies; only message in thread
From: Paolo Ornati @ 2003-09-23 15:34 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
This patch fix a writing error.
--- linux/Documentation/kbuild/makefiles.txt.orig 2003-08-15 11:47:30.000000000 +0200
+++ linux/Documentation/kbuild/makefiles.txt 2003-08-15 11:47:53.000000000 +0200
@@ -256,7 +256,7 @@
Example:
#fs/Makefile
- obj-$(CONfIG_EXT2_FS) += ext2/
+ obj-$(CONFIG_EXT2_FS) += ext2/
If CONFIG_EXT2_FS is set to either 'y' (built-in) or 'm' (modular)
the corresponding obj- variable will be set, and kbuild will descend
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-09-23 15:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-23 15:34 [PATCH] Small fix for DOC/kbuild/makefiles.txt Paolo Ornati
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®