diff options
Diffstat (limited to 'src/stream')
-rw-r--r-- | src/stream/Config.lb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 5596ab691a..b146c0451e 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,12 +1,14 @@ uses CONFIG_ROM_STREAM uses CONFIG_IDE_STREAM uses CONFIG_FS_STREAM +uses CONFIG_IDE if CONFIG_ROM_STREAM object rom_stream.o end if CONFIG_IDE_STREAM + default CONFIG_IDE=1 object ide_stream.o end |