summaryrefslogtreecommitdiff
path: root/linux/lib/Makefile
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-02-26 10:56:04 +0000
committerMichael Hunold <devnull@localhost>2003-02-26 10:56:04 +0000
commit47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3 (patch)
treec31bdeda97cbaf66a27927c933eb524206519789 /linux/lib/Makefile
parent9633ce872e3f5c2644ae6e3cb2ebcb3e4af195b1 (diff)
downloadmediapointer-dvb-s2-47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3.tar.gz
mediapointer-dvb-s2-47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3.tar.bz2
- Compile fixes against 2.5.63 (daemonize() has been changed)
- Fix various warnings against 2.5.63 (export-objs has been removed) - Fix Kconfig/Makefiles - add the "dpc7146" driver for the analog Philips reference design - Removed unnecessary "Config.in"
Diffstat (limited to 'linux/lib/Makefile')
-rw-r--r--linux/lib/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/linux/lib/Makefile b/linux/lib/Makefile
index 5071969b0..00e75e2b1 100644
--- a/linux/lib/Makefile
+++ b/linux/lib/Makefile
@@ -8,12 +8,9 @@
L_TARGET := lib.a
-export-objs := cmdline.o dec_and_lock.o rwsem-spinlock.o rwsem.o \
- crc32.o rbtree.o radix-tree.o kobject.o
-
obj-y := errno.o ctype.o string.o vsprintf.o brlock.o cmdline.o \
bust_spinlocks.o rbtree.o radix-tree.o dump_stack.o \
- kobject.o
+ kobject.o idr.o
obj-$(CONFIG_RWSEM_GENERIC_SPINLOCK) += rwsem-spinlock.o
obj-$(CONFIG_RWSEM_XCHGADD_ALGORITHM) += rwsem.o
@@ -28,7 +25,7 @@ obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate/
obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate/
include $(TOPDIR)/drivers/net/Makefile.lib
-include $(TOPDIR)/drivers/usb/class/Makefile.lib
+include $(TOPDIR)/drivers/usb/Makefile.lib
include $(TOPDIR)/fs/Makefile.lib
include $(TOPDIR)/net/bluetooth/bnep/Makefile.lib
include $(TOPDIR)/drivers/media/dvb/dvb-core/Makefile.lib