patch-1.3.26 linux/fs/Makefile
Next file: linux/fs/exec.c
Previous file: linux/drivers/sound/os.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Mon Sep 11 07:27:49 1995
- Orig file:
v1.3.25/linux/fs/Makefile
- Orig date:
Thu Sep 7 17:17:17 1995
diff -u --recursive --new-file v1.3.25/linux/fs/Makefile linux/fs/Makefile
@@ -26,12 +26,20 @@
endif
endif
-ifdef CONFIG_EXT_FS
+ifeq ($(CONFIG_EXT_FS),y)
SUB_DIRS += ext
+else
+ ifeq ($(CONFIG_EXT_FS),m)
+ MOD_SUB_DIRS += ext
+ endif
endif
-ifdef CONFIG_EXT2_FS
+ifeq ($(CONFIG_EXT2_FS),y)
SUB_DIRS += ext2
+else
+ ifeq ($(CONFIG_EXT2_FS),m)
+ MOD_SUB_DIRS += ext2
+ endif
endif
ifeq ($(CONFIG_MSDOS_FS),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