]> git.baikalelectronics.ru Git - kernel.git/commit
lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE
authorAndrew Morton <akpm@linux-foundation.org>
Thu, 15 Oct 2015 22:28:35 +0000 (15:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 16 Oct 2015 18:42:28 +0000 (11:42 -0700)
commit74860564e846bb4978ed7d1c8fdfcec2c19ded17
treecd3e45ddddefb2cc0db634f66129708803735c31
parent37113c4d1e661ee591b68d9811c05e2d05b14e9d
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: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig