From: James S. <jsi...@us...> - 2002-03-13 23:48:44
|
Update of /cvsroot/linuxconsole/ruby/linux/lib In directory usw-pr-cvs1:/tmp/cvs-serv27749/lib Modified Files: Makefile Log Message: Synced to 2.5.3 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/lib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 20 Jan 2002 03:54:46 -0000 1.3 +++ Makefile 13 Mar 2002 23:48:38 -0000 1.4 @@ -20,6 +20,13 @@ endif obj-$(CONFIG_CRC32) += crc32.o + +subdir-$(CONFIG_ZLIB_INFLATE) += zlib_inflate +subdir-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate + +# Include the subdirs, if necessary. +obj-y += $(join $(subdir-y),$(subdir-y:%=/%.o)) + include $(TOPDIR)/drivers/net/Makefile.lib include $(TOPDIR)/drivers/usb/Makefile.lib include $(TOPDIR)/fs/Makefile.lib |