summaryrefslogtreecommitdiffstats
path: root/rules/zlib.in
blob: 434c04fc83526b2d6a60e4ca71af9eb5671f1e33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## SECTION=system_libraries
menuconfig ZLIB
	tristate
	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.