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

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