diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-06-23 06:26:22 -0400 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-06-23 06:26:22 -0400 |
commit | 3357d4c75f1fb67e7304998c4ad4e9a9fed66fa4 (patch) | |
tree | ceba46966a5a1112a05d257d8ecb25ae5eee95e0 /lib/Makefile | |
parent | 364f6c717deef4a3ac4982e670fa9846b43cd060 (diff) | |
parent | ee98689be1b054897ff17655008c3048fe88be94 (diff) |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 7c70db79c0e0..dcb4231916e2 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
@@ -4,9 +4,10 @@ | |||
4 | 4 | ||
5 | lib-y := errno.o ctype.o string.o vsprintf.o cmdline.o \ | 5 | lib-y := errno.o 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 | kobject.o kref.o idr.o div64.o int_sqrt.o \ | 7 | idr.o div64.o int_sqrt.o bitmap.o extable.o prio_tree.o \ |
8 | bitmap.o extable.o kobject_uevent.o prio_tree.o sha1.o \ | 8 | sha1.o halfmd4.o |
9 | halfmd4.o | 9 | |
10 | lib-y += kobject.o kref.o kobject_uevent.o klist.o | ||
10 | 11 | ||
11 | obj-y += sort.o parser.o | 12 | obj-y += sort.o parser.o |
12 | 13 | ||
@@ -19,6 +20,7 @@ lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o | |||
19 | lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o | 20 | lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o |
20 | lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o | 21 | lib-$(CONFIG_GENERIC_FIND_NEXT_BIT) += find_next_bit.o |
21 | obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o | 22 | obj-$(CONFIG_LOCK_KERNEL) += kernel_lock.o |
23 | obj-$(CONFIG_DEBUG_PREEMPT) += smp_processor_id.o | ||
22 | 24 | ||
23 | ifneq ($(CONFIG_HAVE_DEC_LOCK),y) | 25 | ifneq ($(CONFIG_HAVE_DEC_LOCK),y) |
24 | lib-y += dec_and_lock.o | 26 | lib-y += dec_and_lock.o |
@@ -28,6 +30,7 @@ obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o | |||
28 | obj-$(CONFIG_CRC32) += crc32.o | 30 | obj-$(CONFIG_CRC32) += crc32.o |
29 | obj-$(CONFIG_LIBCRC32C) += libcrc32c.o | 31 | obj-$(CONFIG_LIBCRC32C) += libcrc32c.o |
30 | obj-$(CONFIG_GENERIC_IOMAP) += iomap.o | 32 | obj-$(CONFIG_GENERIC_IOMAP) += iomap.o |
33 | obj-$(CONFIG_GENERIC_ALLOCATOR) += genalloc.o | ||
31 | 34 | ||
32 | obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ | 35 | obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/ |
33 | obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ | 36 | obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/ |