diff options
Diffstat (limited to 'src/stream/Config.lb')
-rw-r--r-- | src/stream/Config.lb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/stream/Config.lb b/src/stream/Config.lb index 0385d63028..191b593b4c 100644 --- a/src/stream/Config.lb +++ b/src/stream/Config.lb @@ -1,23 +1,23 @@ -uses CONFIG_ROM_STREAM -uses CONFIG_IDE_STREAM -uses CONFIG_FS_STREAM +uses CONFIG_ROM_PAYLOAD +uses CONFIG_IDE_PAYLOAD +uses CONFIG_FS_PAYLOAD uses CONFIG_IDE -uses CONFIG_SERIAL_STREAM +uses CONFIG_SERIAL_PAYLOAD -if CONFIG_ROM_STREAM +if CONFIG_ROM_PAYLOAD object rom_stream.o end -if CONFIG_IDE_STREAM +if CONFIG_IDE_PAYLOAD default CONFIG_IDE=1 object ide_stream.o end -if CONFIG_FS_STREAM +if CONFIG_FS_PAYLOAD object fs_stream.o dir fs end -if CONFIG_SERIAL_STREAM +if CONFIG_SERIAL_PAYLOAD object serial_stream.o end |