lkml.org 
[lkml]   [2003]   [Sep]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Small fix for DOC/kbuild/makefiles.txt
Date
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.019 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site