* grub-core/Makefile.core.def: Add kern/elfXX.c to elf module
as extra_dist.
This commit is contained in:
parent
ca53deb88f
commit
18866643f7
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -1316,6 +1316,8 @@ module = {
|
|||
module = {
|
||||
name = elf;
|
||||
common = kern/elf.c;
|
||||
|
||||
extra_dist = kern/elfXX.c;
|
||||
};
|
||||
|
||||
module = {
|
||||
|
|
Loading…
Reference in a new issue