]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Makefile
[PATCH] bit reverse library
[mirror_ubuntu-artful-kernel.git] / lib / Makefile
index 7ab486b883a87bf54761aad264060890bed7c90b..6f675c6149a77e3b8f8c453bdb2f0c0d8c0c959b 100644 (file)
@@ -35,6 +35,7 @@ ifneq ($(CONFIG_HAVE_DEC_LOCK),y)
   lib-y += dec_and_lock.o
 endif
 
+obj-$(CONFIG_BITREVERSE) += bitrev.o
 obj-$(CONFIG_CRC_CCITT)        += crc-ccitt.o
 obj-$(CONFIG_CRC16)    += crc16.o
 obj-$(CONFIG_CRC32)    += crc32.o