filesystem support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1407 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson 2004-03-13 03:39:09 +00:00
parent 4f566ca1c0
commit ef71326b8e
1 changed files with 2 additions and 0 deletions

View File

@ -1,12 +1,14 @@
uses CONFIG_ROM_STREAM uses CONFIG_ROM_STREAM
uses CONFIG_IDE_STREAM uses CONFIG_IDE_STREAM
uses CONFIG_FS_STREAM uses CONFIG_FS_STREAM
uses CONFIG_IDE
if CONFIG_ROM_STREAM if CONFIG_ROM_STREAM
object rom_stream.o object rom_stream.o
end end
if CONFIG_IDE_STREAM if CONFIG_IDE_STREAM
default CONFIG_IDE=1
object ide_stream.o object ide_stream.o
end end