patch-2.1.80 linux/fs/Makefile
Next file: linux/fs/adfs/Makefile
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Tue Jan 20 16:44:57 1998
- Orig file:
v2.1.79/linux/fs/Makefile
- Orig date:
Tue Jan 6 09:37:35 1998
diff -u --recursive --new-file v2.1.79/linux/fs/Makefile linux/fs/Makefile
@@ -218,6 +218,14 @@
endif
endif
+ifeq ($(CONFIG_ADFS_FS),y)
+SUB_DIRS += adfs
+else
+ ifeq ($(CONFIG_ADFS_FS),m)
+ MOD_SUB_DIRS += adfs
+ endif
+endif
+
ifeq ($(CONFIG_BINFMT_ELF),y)
BINFMTS += binfmt_elf.o
else
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov