Split minix.mod into minix.mod and minix2.mod.

* Makefile.util.def (libgrub.a): Add grub-core/fs/minix2.c.
	* grub-core/Makefile.core.def (minix2): New module.
	* grub-core/fs/minix.c: Use definitions instead of runtime version
	checking.
	* grub-core/fs/minix2.c: New file.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-08 19:13:48 +02:00
parent 5f7a44bf92
commit b4a0c9154b
4 changed files with 69 additions and 84 deletions

View file

@ -52,6 +52,7 @@ library = {
common = grub-core/fs/iso9660.c;
common = grub-core/fs/jfs.c;
common = grub-core/fs/minix.c;
common = grub-core/fs/minix2.c;
common = grub-core/fs/nilfs2.c;
common = grub-core/fs/ntfs.c;
common = grub-core/fs/ntfscomp.c;