patch-1.3.7 linux/fs/Makefile
Next file: linux/fs/exec.c
Previous file: linux/drivers/scsi/wd7000.h
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Sat Jul 1 19:00:18 1995
- Orig file:
v1.3.6/linux/fs/Makefile
- Orig date:
Mon Jun 5 12:29:08 1995
diff -u --recursive --new-file v1.3.6/linux/fs/Makefile linux/fs/Makefile
@@ -7,7 +7,7 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-SUBDIRS = minix ext ext2 msdos proc isofs nfs xiafs umsdos hpfs sysv
+SUBDIRS = minix ext ext2 msdos proc isofs nfs xiafs umsdos hpfs sysv smbfs
ifdef CONFIG_MINIX_FS
FS_SUBDIRS := $(FS_SUBDIRS) minix
@@ -61,6 +61,12 @@
FS_SUBDIRS := $(FS_SUBDIRS) sysv
else
MODULE_FS_SUBDIRS := $(MODULE_FS_SUBDIRS) sysv
+endif
+
+ifdef CONFIG_SMB_FS
+FS_SUBDIRS := $(FS_SUBDIRS) smbfs
+else
+MODULE_FS_SUBDIRS := $(MODULE_FS_SUBDIRS) smbfs
endif
ifdef CONFIG_HPFS_FS
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