git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1416 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
18 lines
214 B
Text
18 lines
214 B
Text
uses CONFIG_FS_EXT2
|
|
uses CONFIG_FS_ISO9660
|
|
uses CONFIG_FS_FAT
|
|
|
|
object blockdev.o
|
|
object vfs.o
|
|
|
|
if CONFIG_FS_EXT2
|
|
object ext2fs.o
|
|
end
|
|
|
|
if CONFIG_FS_ISO9660
|
|
object iso9660.o
|
|
end
|
|
|
|
if CONFIG_FS_FAT
|
|
object fat.o
|
|
end
|