diff options
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r-- | src/stream/Config.lb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 9ad9378bee..2656774028 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,5 +1,10 @@ uses CONFIG_ROM_STREAM +uses CONFIG_IDE_STREAM if CONFIG_ROM_STREAM object rom_stream.o end + +if CONFIG_IDE_STREAM + object ide_stream.o +end |