blob: 46c2dc7f081c945c6d1d2078ee6ba9a1a1fe55f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
uses CONFIG_COMPRESSED_ROM_STREAM
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_COMPRESSED_ROM_STREAM
object zrom_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
|