diff options
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 4d752be0edc0..b0361756e22e 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -2,7 +2,7 @@ | |||
2 | # Makefile for some libs needed in the kernel. | 2 | # Makefile for some libs needed in the kernel. |
3 | # | 3 | # |
4 | 4 | ||
5 | lib-y := errno.o 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 | 8 | sha1.o |
@@ -35,8 +35,6 @@ ifneq ($(CONFIG_HAVE_DEC_LOCK),y) | |||
35 | lib-y += dec_and_lock.o | 35 | lib-y += dec_and_lock.o |
36 | endif | 36 | endif |
37 | 37 | ||
38 | lib-y += execve.o | ||
39 | |||
40 | obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o | 38 | obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o |
41 | obj-$(CONFIG_CRC16) += crc16.o | 39 | obj-$(CONFIG_CRC16) += crc16.o |
42 | obj-$(CONFIG_CRC32) += crc32.o | 40 | obj-$(CONFIG_CRC32) += crc32.o |