diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 77b4bad7d441..29b2e9912bbb 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -5,7 +5,7 @@ | |||
5 | lib-y := ctype.o string.o vsprintf.o cmdline.o \ | 5 | lib-y := ctype.o string.o vsprintf.o cmdline.o \ |
6 | bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \ | 6 | bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \ |
7 | idr.o div64.o int_sqrt.o bitmap.o extable.o prio_tree.o \ | 7 | idr.o div64.o int_sqrt.o bitmap.o extable.o prio_tree.o \ |
8 | sha1.o irq_regs.o reciprocal_div.o | 8 | sha1.o irq_regs.o reciprocal_div.o iomap.o |
9 | 9 | ||
10 | lib-$(CONFIG_MMU) += ioremap.o | 10 | lib-$(CONFIG_MMU) += ioremap.o |
11 | lib-$(CONFIG_SMP) += cpumask.o | 11 | lib-$(CONFIG_SMP) += cpumask.o |
@@ -41,7 +41,6 @@ obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o | |||
41 | obj-$(CONFIG_CRC16) += crc16.o | 41 | obj-$(CONFIG_CRC16) += crc16.o |
42 | obj-$(CONFIG_CRC32) += crc32.o | 42 | obj-$(CONFIG_CRC32) += crc32.o |
43 | obj-$(CONFIG_LIBCRC32C) += libcrc32c.o | 43 | obj-$(CONFIG_LIBCRC32C) += libcrc32c.o |
44 | obj-$(CONFIG_GENERIC_IOMAP) += iomap.o | ||
45 | obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o | 44 | obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o |
46 | 45 | ||
47 | obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ | 46 | obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ |