Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fd4e5c3 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds
Browse files

lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE



lib/built-in.o: In function `__bitrev32':
deftree.c:(.text+0x1e799): undefined reference to `byte_rev_table'
deftree.c:(.text+0x1e7a0): undefined reference to `byte_rev_table'
deftree.c:(.text+0x1e7b4): undefined reference to `byte_rev_table'
deftree.c:(.text+0x1e7c1): undefined reference to `byte_rev_table'

Anything which uses bitrevX() has to select BITREVERSE, to grab
lib/bitrev.o.

Reported-by: default avatarJim Davis <jim.epost@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0f90cc66
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -220,6 +220,7 @@ config ZLIB_INFLATE


config ZLIB_DEFLATE
config ZLIB_DEFLATE
	tristate
	tristate
	select BITREVERSE


config LZO_COMPRESS
config LZO_COMPRESS
	tristate
	tristate