Move grub_disk_write out of kernel into disk.mod.

This commit is contained in:
Vladimir Serbinenko 2013-10-27 15:44:55 +01:00
parent 04dea7e6c2
commit 442b86de32
8 changed files with 259 additions and 189 deletions

View file

@ -455,6 +455,11 @@ image = {
enable = mips_loongson;
};
module = {
name = disk;
common = lib/disk.c;
};
module = {
name = trig;
common_nodist = trigtables.c;