summaryrefslogtreecommitdiff
path: root/src/stream/Config.lb
blob: 5596ab691a60e8e656a8871c7e25c71a11b8c7cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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