diff options
| author | Dave Airlie <airlied@starflyer.(none)> | 2005-07-30 00:37:43 -0400 |
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2005-07-30 00:37:43 -0400 |
| commit | bdf242eeb0f69567fe43eba93889d80ecacbfe94 (patch) | |
| tree | dc402eeeb75fd51e92b4f4a63712c6e64ac4c2fb /lib | |
| parent | 836cf0465c422ee6d654060edd7c620d9cf0c09c (diff) | |
| parent | b0825488a642cadcf39709961dde61440cb0731c (diff) | |
Merge ../linux-2.6/
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 2 | ||||
| -rw-r--r-- | lib/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0c421295e613..299f7f3b5b08 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -141,7 +141,7 @@ config DEBUG_IOREMAP | |||
| 141 | 141 | ||
| 142 | config DEBUG_FS | 142 | config DEBUG_FS |
| 143 | bool "Debug Filesystem" | 143 | bool "Debug Filesystem" |
| 144 | depends on DEBUG_KERNEL | 144 | depends on DEBUG_KERNEL && SYSFS |
| 145 | help | 145 | help |
| 146 | debugfs is a virtual file system that kernel developers use to put | 146 | debugfs is a virtual file system that kernel developers use to put |
| 147 | debugging files into. Enable this option to be able to read and | 147 | debugging files into. Enable this option to be able to read and |
diff --git a/lib/Makefile b/lib/Makefile index beed1585294c..f28d9031303c 100644 --- a/lib/Makefile +++ b/lib/Makefile | |||
| @@ -5,11 +5,11 @@ | |||
| 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 | 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 halfmd4.o | 8 | sha1.o |
| 9 | 9 | ||
| 10 | lib-y += kobject.o kref.o kobject_uevent.o klist.o | 10 | lib-y += kobject.o kref.o kobject_uevent.o klist.o |
| 11 | 11 | ||
| 12 | obj-y += sort.o parser.o | 12 | obj-y += sort.o parser.o halfmd4.o |
| 13 | 13 | ||
| 14 | ifeq ($(CONFIG_DEBUG_KOBJECT),y) | 14 | ifeq ($(CONFIG_DEBUG_KOBJECT),y) |
| 15 | CFLAGS_kobject.o += -DDEBUG | 15 | CFLAGS_kobject.o += -DDEBUG |
