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