summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNishanth Menon <x0nishan@ti.com>2008-06-05 19:45:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-05 19:45:20 +0200
commit296ea53c68e51ba0de0f7f8f5fe61e3c9e7e7533 (patch)
tree72a6ca351d91a0c36b7bc3f00cf0e32e89e8f9a6 /lib
parentdeaf6db1724e57be5c981808713919c1ca5e0766 (diff)
downloadbarebox-296ea53c68e51ba0de0f7f8f5fe61e3c9e7e7533.tar.gz
barebox-296ea53c68e51ba0de0f7f8f5fe61e3c9e7e7533.tar.xz
008-fixloadb
[Patch 08/17] U-Boot-V2:Commands Unbreak loadb support This patch provides support for loadb and loady and enables the broken feature Signed-off-by: Nishanth Menon<x0nishan@ti.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index b15d2ee5a1..00e78ba7c0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -19,6 +19,7 @@ obj-y += make_directory.o
obj-$(CONFIG_BZLIB) += bzlib.o bzlib_crctable.o bzlib_decompress.o bzlib_huffman.o bzlib_randtable.o
obj-$(CONFIG_ZLIB) += zlib.o gunzip.o
obj-$(CONFIG_CRC32) += crc32.o
+obj-$(CONFIG_CRC16) += crc16.o
obj-$(CONFIG_CMDLINE_EDITING) += readline.o
obj-$(CONFIG_SIMPLE_READLINE) += readline_simple.o
obj-$(CONFIG_GLOB) += fnmatch.o