| Kernel v2.4.20-pre1-ac1 /lib/Makefile |
|---|
 2.4.20-pre1-ac1
 lib
 Makefile
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
|