romfs support

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-12-15 19:49:35 +01:00
parent 15abb5547f
commit 29184e9312
3 changed files with 351 additions and 0 deletions

View file

@ -64,6 +64,7 @@ library = {
common = grub-core/fs/ntfs.c;
common = grub-core/fs/ntfscomp.c;
common = grub-core/fs/reiserfs.c;
common = grub-core/fs/romfs.c;
common = grub-core/fs/sfs.c;
common = grub-core/fs/tar.c;
common = grub-core/fs/udf.c;