]> git.proxmox.com Git - grub2.git/commit - Makefile.util.def
Split mdraid.mod into mdraid09.mod and mdraid1x.mod.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 18:09:31 +0000 (20:09 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 20 Sep 2010 18:09:31 +0000 (20:09 +0200)
commit1e8d555b7d9cb0b459ee1f8f42bc99921a59a01c
treed195a60fa6431c7f6d8683d5d76c52a48feb6683
parent899d8af498bcfe987c59733b3d530011e4ea49e9
Split mdraid.mod into mdraid09.mod and mdraid1x.mod.

* Makefile.util.def (libgrub.a): Add grub-core/disk/mdraid1x_linux.c.
* grub-core/Makefile.core.def (mdraid): Renamed to ...
(mdraid09): ... this.
(mdraid1x): New module.
* grub-core/disk/mdraid_linux.c: Move 1.x parts ...
* grub-core/disk/mdraid1x_linux.c: ...here. All users updated.
ChangeLog
Makefile.util.def
grub-core/Makefile.core.def
grub-core/disk/mdraid1x_linux.c [new file with mode: 0644]
grub-core/disk/mdraid_linux.c
include/grub/disk.h
util/grub-fstest.c
util/grub-probe.c
util/grub-setup.c