filesystem support

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1398 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Greg Watson
2004-03-13 03:09:57 +00:00
parent fc2ae8ee9f
commit b9f5c112cc
8 changed files with 1774 additions and 26 deletions

10
src/stream/fs/Config.lb Normal file
View File

@@ -0,0 +1,10 @@
object blockdev.o
object vfs.o
if CONFIG_FS_EXT2
object ext2fs.o
end
if CONFIG_FS_ISO9660
object iso9660.o
end