diff options
author | Romain Naour <romain.naour@openwide.fr> | 2015-07-14 19:35:15 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-07-14 23:35:58 +0200 |
commit | 509a8368c332ce73af24544d970974deb1a13778 (patch) | |
tree | 0ef5bab7cd31aa2cec53baf69305a4b10ee780ac /docs/manual/adding-packages-kernel-module.txt | |
parent | 1326e7618571e1a27247e3aa4ef61dcd69f87c3e (diff) | |
download | buildroot-509a8368c332ce73af24544d970974deb1a13778.tar.gz buildroot-509a8368c332ce73af24544d970974deb1a13778.zip |
docs/manual: add documentation for linux-ext and linux-tools.
[Thomas: misc improvements.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/adding-packages-kernel-module.txt')
-rw-r--r-- | docs/manual/adding-packages-kernel-module.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-kernel-module.txt b/docs/manual/adding-packages-kernel-module.txt index 0a5ec5b7b7..ffeeef516d 100644 --- a/docs/manual/adding-packages-kernel-module.txt +++ b/docs/manual/adding-packages-kernel-module.txt @@ -128,6 +128,7 @@ configure the build of the kernel module: * +FOO_MODULE_MAKE_OPTS+ may be set to contain extra variable definitions to pass to the Linux buildsystem. +[[kernel-variables]] You may also reference (but you may *not* set!) those variables: * +LINUX_DIR+ contains the path to where the Linux kernel has been |