summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJan Nikitenko2007-07-17 13:04:03 +0200
committerLinus Torvalds2007-07-17 19:23:04 +0200
commitad241528c4919505afccb022acbab3eeb0db4d80 (patch)
treeec3a2a65707ca032eab973f98aa568ed007389f1 /lib/Makefile
parentSPI: add 3wire mode flag (diff)
downloadkernel-qcow2-linux-ad241528c4919505afccb022acbab3eeb0db4d80.tar.gz
kernel-qcow2-linux-ad241528c4919505afccb022acbab3eeb0db4d80.tar.xz
kernel-qcow2-linux-ad241528c4919505afccb022acbab3eeb0db4d80.zip
CRC7 support
Add CRC7 routines, used for example in MMC over SPI communication. Kerneldoc updates [akpm@linux-foundation.org: fix funny mix of const and non-const] Signed-off-by: Jan Nikitenko <jan.nikitenko@gmail.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Cc: "Randy.Dunlap" <rdunlap@xenotime.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 8363b60be9dd..da68b2ca0606 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o
obj-$(CONFIG_CRC16) += crc16.o
obj-$(CONFIG_CRC_ITU_T) += crc-itu-t.o
obj-$(CONFIG_CRC32) += crc32.o
+obj-$(CONFIG_CRC7) += crc7.o
obj-$(CONFIG_LIBCRC32C) += libcrc32c.o
obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o