diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2004-08-24 22:30:41 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2004-08-24 22:30:41 -0700 |
| commit | 764dfe0b8c158293b2905f5a1fe213bd91d4e3f0 (patch) | |
| tree | 339cf3475de2c21e6766edbde18e80f70f82b213 /lib/Makefile | |
| parent | 4abd21a8505d7d99aea175c76bb97b4984dd7bbd (diff) | |
kobject: convert struct kobject use kref.
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Makefile b/lib/Makefile index 295e70bcd223..a35967155d28 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,12 +5,9 @@ lib-y := errno.o ctype.o string.o vsprintf.o cmdline.o \ bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \ - kobject.o idr.o div64.o parser.o int_sqrt.o \ + kobject.o kref.o idr.o div64.o parser.o int_sqrt.o \ bitmap.o extable.o -# hack for now till some static code uses krefs, then it can move up above... -obj-y += kref.o - lib-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o lib-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o |
