aboutsummaryrefslogtreecommitdiff
path: root/src/stream/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r--src/stream/Config.lb6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb
index 2656774028..5596ab691a 100644
--- a/src/stream/Config.lb
+++ b/src/stream/Config.lb
@@ -1,5 +1,6 @@
uses CONFIG_ROM_STREAM
uses CONFIG_IDE_STREAM
+uses CONFIG_FS_STREAM
if CONFIG_ROM_STREAM
object rom_stream.o
@@ -8,3 +9,8 @@ end
if CONFIG_IDE_STREAM
object ide_stream.o
end
+
+if CONFIG_FS_STREAM
+ object fs_stream.o
+ dir fs
+end