diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-03-13 03:09:57 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-03-13 03:09:57 +0000 |
commit | b9f5c112ccd0e39b0652ba8496e2ebd0cb0c5fb8 (patch) | |
tree | 1c81c096a253ab9cd1b5d3e6a76ce952d100f164 /src/stream/fs/Config.lb | |
parent | fc2ae8ee9f3b90876d30d80ffedaefa3fcb243f2 (diff) |
filesystem support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1398 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream/fs/Config.lb')
-rw-r--r-- | src/stream/fs/Config.lb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/stream/fs/Config.lb b/src/stream/fs/Config.lb new file mode 100644 index 0000000000..43c18c57a8 --- /dev/null +++ b/src/stream/fs/Config.lb @@ -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 |