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..46c2dc7f08 100644
--- a/src/stream/Config.lb
+++ b/src/stream/Config.lb
@@ -1,3 +1,4 @@
+uses CONFIG_COMPRESSED_ROM_STREAM
uses CONFIG_ROM_STREAM
uses CONFIG_IDE_STREAM
uses CONFIG_FS_STREAM
@@ -7,6 +8,10 @@ if CONFIG_ROM_STREAM
object rom_stream.o
end
+if CONFIG_COMPRESSED_ROM_STREAM
+ object zrom_stream.o
+end
+
if CONFIG_IDE_STREAM
default CONFIG_IDE=1
object ide_stream.o