summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
commit482368b1a8e45430672c58c9a42e7d2004367126 (patch)
treece2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /fs/Makefile
parente4d0251c6f56ab2e191afb70f80f382793e23f74 (diff)
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/fs/Makefile b/fs/Makefile
index e79d69c1b..74fc394ed 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -18,8 +18,8 @@ O_OBJS = open.o read_write.o devices.o file_table.o buffer.o \
MOD_LIST_NAME := FS_MODULES
ALL_SUB_DIRS = coda minix ext2 fat msdos vfat proc isofs nfs umsdos ntfs \
hpfs sysv smbfs ncpfs ufs efs affs romfs autofs hfs lockd \
- nfsd nls devpts adfs partitions qnx4 udf bfs cramfs openpromfs \
- autofs4
+ nfsd nls devpts devfs adfs partitions qnx4 udf bfs cramfs \
+ openpromfs autofs4
SUB_DIRS := partitions
@@ -105,6 +105,10 @@ else
endif
endif
+ifdef CONFIG_DEVFS_FS
+SUB_DIRS += devfs
+endif
+
ifeq ($(CONFIG_HFS_FS),y)
SUB_DIRS += hfs
else