From 47be772e5cd2e5c15e1bd3a89ec29ced10cab9c3 Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Wed, 26 Feb 2003 10:56:04 +0000 Subject: - 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" --- linux/lib/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'linux/lib/Makefile') 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 -- cgit v1.2.3