summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-21 21:29:32 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-09-21 21:29:32 +0200
commit90a17da95cc5dc558cee9446e75b2daa84212be3 (patch)
treeca70b9f1f9ed1358eea7283fcd9661d49df9164d /lib/Makefile
parent64caff6c941a46ef4a6fffc9c96dced548994e38 (diff)
downloadbarebox-90a17da95cc5dc558cee9446e75b2daa84212be3.tar.gz
barebox-90a17da95cc5dc558cee9446e75b2daa84212be3.tar.xz
add kernel kfifo implementation
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 0aaf53f69a..04c62b17b7 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -10,6 +10,7 @@ obj-y += parameter.o
obj-y += xfuncs.o
obj-y += getopt.o
obj-y += readkey.o
+obj-y += kfifo.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