Documented the new variable default_config in README.

svn path=/branches/linux-kernel-2.6.12/; revision=3396
This commit is contained in:
Jurij Smakov 2005-06-24 23:53:05 +00:00
parent e1d60eb271
commit bf94155954
1 changed files with 16 additions and 1 deletions

17
debian/README vendored
View File

@ -183,4 +183,19 @@ image_prefix
image_prefix_flavours := sparc32 sparc32-smp
image_prefix := sparc32
default_config
This variable controls which kernel config file will be used as a
"default" config file, used when building the kernel-headers package.
It does not really matter which file is used, see the message at
http://lists.debian.org/debian-kernel/2004/08/msg01460.html
The following algorithm will be used to determine the default kernel
config file:
* If the default_config variable is defined, use config.$(default_config).
* If it is not defined and config.default exists, use that.
* If neither default_config is defined not config.default exists, pick
the first flavour from the flavour list and use its config.