patch-2.4.14 linux/fs/cramfs/Makefile

Next file: linux/fs/cramfs/inflate/Makefile
Previous file: linux/fs/char_dev.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/fs/cramfs/Makefile linux/fs/cramfs/Makefile
@@ -4,11 +4,10 @@
 
 O_TARGET := cramfs.o
 
-obj-y  := inode.o uncompress.o inflate/zlib.o
+obj-y  := inode.o uncompress.o
 
 obj-m := $(O_TARGET)
 
-include $(TOPDIR)/Rules.make
+CFLAGS_uncompress.o := -I $(TOPDIR)/fs/inflate_fs
 
-inflate/zlib.o:
-	make -C inflate
+include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)