patch-1.3.96 linux/fs/Makefile

Next file: linux/fs/affs/amigaffs.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.95/linux/fs/Makefile linux/fs/Makefile
@@ -143,10 +143,18 @@
 
 ifeq ($(CONFIG_UFS_FS),y)
 SUB_DIRS += ufs
+else
+  ifeq ($(CONFIG_UFS_FS),m)
+  MOD_SUB_DIRS += ufs
+  endif
 endif
 
 ifeq ($(CONFIG_AFFS_FS),y)
 SUB_DIRS += affs
+else
+  ifeq ($(CONFIG_AFFS_FS),m)
+  MOD_SUB_DIRS += affs
+  endif
 endif
 
 ifeq ($(CONFIG_BINFMT_ELF),y)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this