Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.4.20-pre1-ac1 /lib/Makefile

Filename:/lib/Makefile
Lines Added:6
Lines Deleted:0
Also changed in: (Previous) 2.4.19-ac4  2.4.19-ac3  2.4.19-ac2  2.4.19-ac1  2.4.19  2.4.19-rc5-ac1 
(Following) 2.4.20-pre2  2.4.20-pre1-ac2  2.4.20-pre1-ac3  2.4.20-pre3  2.4.20-pre4  2.4.20-pre5 

Location
[  2.4.20-pre1-ac1
  [  lib
     o  Makefile

Patch

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.20pre1/lib/Makefile linux.20pre1-ac1/lib/Makefile
--- linux.20pre1/lib/Makefile   2002-08-06 15:40:34.000000000 +0100
+++ linux.20pre1-ac1/lib/Makefile   2002-08-06 15:41:51.000000000 +0100
@@ -19,4 +19,10 @@
   obj-y += dec_and_lock.o
 endif
 
+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)/Rules.make


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.