Update README to reflect the current situation.

svn path=/trunk/kernel/source/linux-2.6/; revision=3764
This commit is contained in:
Jurij Smakov 2005-08-09 00:54:23 +00:00
parent 19567e8019
commit ce663cee1d
1 changed files with 8 additions and 8 deletions

16
debian/README vendored
View File

@ -1,12 +1,12 @@
Migrating to the common kernel-image package
--------------------------------------------
Files for architecture <arch> should be placed into arch/<arch>.
Minimally, this directory should contain a control.in,
and at least one flavour configuration file config.<flavour>. It can
optionally contain config, Makefile.inc and multiple flavour
configuration files. For arches with subarches the subdirectory
arch/<arch>/<subarch> with the same file structure must be created
for each subarch.
--------------------------------------------
Files for architecture <arch> should be placed into arch/<arch>. This
directory normally contains a common config file for this architecture
('config'), flavour-specific config files, Makefile.inc file,
controlling the build for this arch, and the defines file, containing
the machine descriptions for various flavours. For arches with
subarches the subdirectory arch/<arch>/<subarch> with the same file
structure must be created for each subarch.
Support for arch/subarch-specific patches
-----------------------------------------