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
- Lines: 19
- Date:
Fri Apr 26 12:16:09 1996
- Orig file:
v1.3.95/linux/fs/Makefile
- Orig date:
Tue Apr 23 13:57:11 1996
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