summaryrefslogtreecommitdiffstats
path: root/rules/libunwind.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-10-14 15:32:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-10-20 08:27:47 +0200
commit585464b73274bb1e68f2d4f263e60c7eb26a8248 (patch)
tree1e17842b8a06e42cb434a9a0e0cba4ac448ce283 /rules/libunwind.in
parentb434b5290c6748517943721027bbff66edb1d47e (diff)
downloadptxdist-585464b73274bb1e68f2d4f263e60c7eb26a8248.tar.gz
ptxdist-585464b73274bb1e68f2d4f263e60c7eb26a8248.tar.xz
libunwind: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libunwind.in')
-rw-r--r--rules/libunwind.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/rules/libunwind.in b/rules/libunwind.in
new file mode 100644
index 000000000..cde723130
--- /dev/null
+++ b/rules/libunwind.in
@@ -0,0 +1,8 @@
+## SECTION=system_libraries
+
+config LIBUNWIND
+ tristate
+ prompt "libunwind"
+ help
+ Portable and efficient C programming interface to determine the
+ call-chain of a program.