diff options
author | Greg Watson <jarrah@users.sourceforge.net> | 2004-03-13 04:04:58 +0000 |
---|---|---|
committer | Greg Watson <jarrah@users.sourceforge.net> | 2004-03-13 04:04:58 +0000 |
commit | 711c8bddfed6eaee3775d71dd903c9c1daa50342 (patch) | |
tree | 08b0accccc1e98fdf8c8fcbc5cc5ac6170d703de /src/stream/fs/Config.lb | |
parent | 12f5ef5f876e27b12887e14581de0dc106928170 (diff) |
added fat support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1416 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/stream/fs/Config.lb')
-rw-r--r-- | src/stream/fs/Config.lb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/stream/fs/Config.lb b/src/stream/fs/Config.lb index 43c18c57a8..86d81f0dcc 100644 --- a/src/stream/fs/Config.lb +++ b/src/stream/fs/Config.lb @@ -1,3 +1,7 @@ +uses CONFIG_FS_EXT2 +uses CONFIG_FS_ISO9660 +uses CONFIG_FS_FAT + object blockdev.o object vfs.o @@ -8,3 +12,7 @@ end if CONFIG_FS_ISO9660 object iso9660.o end + +if CONFIG_FS_FAT + object fat.o +end |