summaryrefslogtreecommitdiffstats
path: root/rules/libbsd.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-01-26 19:40:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-01-29 20:36:01 +0100
commit088331df47a0bfdb52336b24e5c19e1074982e84 (patch)
treec950e7d8173c8263b6004d75492b0d7fcc89ff21 /rules/libbsd.in
parent3b6f27fa530ececd9c9ebcec2fff457be22d6b6e (diff)
downloadptxdist-088331df47a0bfdb52336b24e5c19e1074982e84.tar.gz
ptxdist-088331df47a0bfdb52336b24e5c19e1074982e84.tar.xz
libbsd: add new package
Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libbsd.in')
-rw-r--r--rules/libbsd.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/libbsd.in b/rules/libbsd.in
new file mode 100644
index 000000000..656375343
--- /dev/null
+++ b/rules/libbsd.in
@@ -0,0 +1,11 @@
+## SECTION=system_libraries
+
+config LIBBSD
+ tristate
+ prompt "libbsd"
+ help
+ This library provides useful functions commonly found on
+ BSD systems, and lacking on others like GNU systems, thus
+ making it easier to port projects with strong BSD origins,
+ without needing to embed the same code over and over again
+ on each project.