From 00dbf19c38b3286b848ac885ea28e5233ce692ba Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Fri, 17 Feb 2012 15:30:58 -0800 Subject: Add documentation for makedev Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- docs/manual/adding-packages-gentargets.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/manual/adding-packages-gentargets.txt') diff --git a/docs/manual/adding-packages-gentargets.txt b/docs/manual/adding-packages-gentargets.txt index 3656a530d..cfcee8c8d 100644 --- a/docs/manual/adding-packages-gentargets.txt +++ b/docs/manual/adding-packages-gentargets.txt @@ -210,10 +210,13 @@ information is (assuming the package name is +libfoo+) : * +LIBFOO_DEVICES+ lists the device files to be created by Buildroot when using the static device table. The syntax to use is the - makedevs one. + makedevs one. You can find some documentation for this syntax in the + xref:makedev-syntax[]. This variable is optional. * +LIBFOO_PERMISSIONS+ lists the changes of permissions to be done at the end of the build process. The syntax is once again the makedevs one. + You can find some documentation for this syntax in the xref:makedev-syntax[]. + This variable is optional. The recommended way to define these variables is to use the following syntax: -- cgit v1.2.3-55-g7522