Files
system76-coreboot/src/stream/Config.lb
Greg Watson b9f5c112cc filesystem support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1398 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2004-03-13 03:09:57 +00:00

17 lines
219 B
Plaintext

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