summaryrefslogtreecommitdiff
path: root/src/stream/Config.lb
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r--src/stream/Config.lb5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb
index b146c0451e..0385d63028 100644
--- a/src/stream/Config.lb
+++ b/src/stream/Config.lb
@@ -2,6 +2,7 @@ uses CONFIG_ROM_STREAM
uses CONFIG_IDE_STREAM
uses CONFIG_FS_STREAM
uses CONFIG_IDE
+uses CONFIG_SERIAL_STREAM
if CONFIG_ROM_STREAM
object rom_stream.o
@@ -16,3 +17,7 @@ if CONFIG_FS_STREAM
object fs_stream.o
dir fs
end
+
+if CONFIG_SERIAL_STREAM
+ object serial_stream.o
+end