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.lb18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/stream/fs/Config.lb b/src/stream/fs/Config.lb
deleted file mode 100644
index 86d81f0dcc..0000000000
--- a/src/stream/fs/Config.lb
+++ /dev/null
@@ -1,18 +0,0 @@
-uses CONFIG_FS_EXT2
-uses CONFIG_FS_ISO9660
-uses CONFIG_FS_FAT
-
-object blockdev.o
-object vfs.o
-
-if CONFIG_FS_EXT2
- object ext2fs.o
-end
-
-if CONFIG_FS_ISO9660
- object iso9660.o
-end
-
-if CONFIG_FS_FAT
- object fat.o
-end