summaryrefslogtreecommitdiff
path: root/src/stream/fs/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/fs/Config.lb')
-rw-r--r--src/stream/fs/Config.lb8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stream/fs/Config.lb b/src/stream/fs/Config.lb
index 43c18c57a8..86d81f0dcc 100644
--- a/src/stream/fs/Config.lb
+++ b/src/stream/fs/Config.lb
@@ -1,3 +1,7 @@
+uses CONFIG_FS_EXT2
+uses CONFIG_FS_ISO9660
+uses CONFIG_FS_FAT
+
object blockdev.o
object vfs.o
@@ -8,3 +12,7 @@ end
if CONFIG_FS_ISO9660
object iso9660.o
end
+
+if CONFIG_FS_FAT
+ object fat.o
+end