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

if CONFIG_FS_STREAM
  object fs_stream.o
  dir fs
end