summaryrefslogtreecommitdiffstats
path: root/rules/zlib.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 14:23:09 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2008-05-08 14:23:09 +0000
commit993442aec80cb23bb58ab7a963172e69c7ebaebe (patch)
tree3ccd92a910f20016f9f84f0bfcce05a38d0e69cb /rules/zlib.in
parentc1b6f6f1f86b617db98a19da5fddaa16a8f5e852 (diff)
downloadptxdist-993442aec80cb23bb58ab7a963172e69c7ebaebe.tar.gz
ptxdist-993442aec80cb23bb58ab7a963172e69c7ebaebe.tar.xz
* zlib: Support a static only library for low register count CPUs
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8144 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/zlib.in')
-rw-r--r--rules/zlib.in12
1 files changed, 10 insertions, 2 deletions
diff --git a/rules/zlib.in b/rules/zlib.in
index 4a4c82238..3c4049055 100644
--- a/rules/zlib.in
+++ b/rules/zlib.in
@@ -1,9 +1,17 @@
-config ZLIB
+menuconfig ZLIB
bool
- prompt "zlib"
+ prompt "zlib "
help
A Massively Spiffy Yet Delicately Unobtrusive
Compression Library
(Also Free, Not to Mention Unencumbered by Patents)
+config ZLIB_STATIC
+ bool
+ prompt "build static only"
+ depends on ZLIB
+ help
+ Build a static only version of this library. This makes sense if only
+ one program will use this library on the target and it makes more
+ sense if a CPU with low register count (like x86) is in use.