2.3.35 cramfs is not compiled as a module

Keith Owens (kaos@ocs.com.au)
Thu, 30 Dec 1999 01:42:01 +1100


When cramfs is selected as a module it is not compiled. Trivial patch.

Index: 35.6/fs/cramfs/Makefile
--- 35.6/fs/cramfs/Makefile Wed, 29 Dec 1999 22:21:49 +1100 keith (linux-2.3/r/c/31_Makefile 1.1 644)
+++ 35.6(w)/fs/cramfs/Makefile Thu, 30 Dec 1999 01:30:44 +1100 keith (linux-2.3/r/c/31_Makefile 1.1 644)
@@ -6,6 +6,8 @@

O_OBJS := inode.o uncompress.o inflate/zlib.o

+M_OBJS := $(O_TARGET)
+
include $(TOPDIR)/Rules.make

inflate/zlib.o:

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/