summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorStefani Seibold <stefani@seibold.net>2013-02-27 17:05:50 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2013-02-27 19:10:23 -0800
commitc759b35e6469fe7519e9fe45d5285d49f12cb657 (patch)
tree9a027e1d2fe66b654e07a4cda7e2c87c3df2988e /lib/Makefile
parent887cbce0adead8dc394157b8e53603ed001a3060 (diff)
downloadop-kernel-dev-c759b35e6469fe7519e9fe45d5285d49f12cb657.zip
op-kernel-dev-c759b35e6469fe7519e9fe45d5285d49f12cb657.tar.gz
kfifo: move kfifo.c from kernel/ to lib/
Move kfifo.c from kernel/ to lib/ Signed-off-by: Stefani Seibold <stefani@seibold.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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 02ed6c0..d7946ff 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -23,7 +23,7 @@ lib-y += kobject.o klist.o
obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
bust_spinlocks.o hexdump.o kasprintf.o bitmap.o scatterlist.o \
string_helpers.o gcd.o lcm.o list_sort.o uuid.o flex_array.o \
- bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o
+ bsearch.o find_last_bit.o find_next_bit.o llist.o memweight.o kfifo.o
obj-y += kstrtox.o
obj-$(CONFIG_TEST_KSTRTOX) += test-kstrtox.o
OpenPOWER on IntegriCloud