ROMFS support.

* Makefile.util.def (libgrubmods.a): Add romfs.
	* grub-core/Makefile.core.def (romfs): New module.
	* grub-core/fs/romfs.c: New file.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-05-15 12:01:03 +02:00
commit 5470225d58
4 changed files with 472 additions and 0 deletions

View file

@ -65,6 +65,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/squash4.c;
common = grub-core/fs/tar.c;