diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-11-13 09:54:43 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-13 21:20:44 +0100 |
commit | 939d0ab264bea00f18cb6085547580df43c50653 (patch) | |
tree | 03d110d34e4e4cee19e9cada593cafce87636206 | |
parent | 1b972b2189fd32f9d0faf300c0a59790f1972ebf (diff) | |
download | buildroot-novena-939d0ab264bea00f18cb6085547580df43c50653.tar.gz buildroot-novena-939d0ab264bea00f18cb6085547580df43c50653.zip |
doc: suggest how to add suboptions
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | docs/manual/adding-packages-directory.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index 058ebad1c..a262a8c62 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -24,10 +24,11 @@ config BR2_PACKAGE_LIBFOO http://foosoftware.org/libfoo/ --------------------------- -Of course, you can add other options to configure particular things in -your software. You can look at examples in other packages. The syntax -of the +Config.in+ file is the same as the one for the kernel Kconfig -file. The documentation for this syntax is available at +Of course, you can add other sub-options into a +if +BR2_PACKAGE_LIBFOO...endif+ statement to configure particular things +in your software. You can look at examples in other packages. The +syntax of the +Config.in+ file is the same as the one for the kernel +Kconfig file. The documentation for this syntax is available at http://lxr.free-electrons.com/source/Documentation/kbuild/kconfig-language.txt[] Finally you have to add your new +libfoo/Config.in+ to |