blob: 5596ab691a60e8e656a8871c7e25c71a11b8c7cd [file] [log] [blame]
uses CONFIG_ROM_STREAM
uses CONFIG_IDE_STREAM
uses CONFIG_FS_STREAM
if CONFIG_ROM_STREAM
object rom_stream.o
end
if CONFIG_IDE_STREAM
object ide_stream.o
end
if CONFIG_FS_STREAM
object fs_stream.o
dir fs
end