patch-2.4.14 linux/fs/isofs/Makefile

Next file: linux/fs/isofs/compress.c
Previous file: linux/fs/inflate_fs/zutil.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/fs/isofs/Makefile linux/fs/isofs/Makefile
@@ -11,7 +11,10 @@
 
 obj-y  := namei.o inode.o dir.o util.o rock.o
 obj-$(CONFIG_JOLIET) += joliet.o
+obj-$(CONFIG_ZISOFS) += compress.o
 
 obj-m  := $(O_TARGET)
+
+CFLAGS_compress.o := -I $(TOPDIR)/fs/inflate_fs
 
 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)