Update documentation for the build_subarch

variable.

svn path=/branches/linux-kernel-2.6.12/; revision=3366
This commit is contained in:
Jurij Smakov 2005-06-19 16:53:36 +00:00
parent 162b19362e
commit 048a73191e
1 changed files with 10 additions and 4 deletions

14
debian/README vendored
View File

@ -129,13 +129,19 @@ build_subarch
Setting this variable to non-empty value will cause an option Setting this variable to non-empty value will cause an option
--subarch $(build_subarch) added to 'build' and 'kernel-image' --subarch $(build_subarch) added to 'build' and 'kernel-image'
make-kpkg calls. In general, if you wish to add subarch support make-kpkg calls. If a substring @flavour@ is present in the
for your architecture, you should contact kernel-package maintainer definition of this variable, it will be expanded to the current
to ensure that the flavour name correctly maps onto a kernel flavour during build time. In general, if you wish to add subarch
subarch name. Typical usage: support for your architecture, you should contact kernel-package
maintainer to ensure that the flavour name correctly maps onto a
kernel subarch name. Typical usage:
build_subarch := pmac build_subarch := pmac
or
build_subarch := @flavour@
build_makeflags build_makeflags
This variable may contain the make flags settings for the This variable may contain the make flags settings for the