blob: 86d81f0dcc3659f50c84dd410752e3e02cdeb2f7 [file] [log] [blame]
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