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

@ -880,6 +880,11 @@ module = {
common = fs/minix.c;
};
module = {
name = minix2;
common = fs/minix2.c;
};
module = {
name = nilfs2;
common = fs/nilfs2.c;