2003-08-15 10:05:52

by Paolo Ornati

[permalink] [raw]
Subject: [PATCH 2.6.x] stupid fix for Documentation

Hi,
this is a stupid fix for Documentation/kbuild/makefiles.txt :-)

--- 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