* grub-core/Makefile.core.def: Add kern/elfXX.c to elf module

as extra_dist.
This commit is contained in:
Andrey Borzenkov 2013-04-08 19:57:56 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent ca53deb88f
commit 18866643f7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-04-08 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/Makefile.core.def: Add kern/elfXX.c to elf module
as extra_dist.
2013-04-08 Andrey Borzenkov <arvidjaar@gmail.com>
* grub-core/term/i386/pc/console.c: Fix cursor moving algorithm.

View File

@ -1316,6 +1316,8 @@ module = {
module = {
name = elf;
common = kern/elf.c;
extra_dist = kern/elfXX.c;
};
module = {