* 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>
|
2013-04-08 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||||
|
|
||||||
* grub-core/term/i386/pc/console.c: Fix cursor moving algorithm.
|
* grub-core/term/i386/pc/console.c: Fix cursor moving algorithm.
|
||||||
|
|
|
@ -1316,6 +1316,8 @@ module = {
|
||||||
module = {
|
module = {
|
||||||
name = elf;
|
name = elf;
|
||||||
common = kern/elf.c;
|
common = kern/elf.c;
|
||||||
|
|
||||||
|
extra_dist = kern/elfXX.c;
|
||||||
};
|
};
|
||||||
|
|
||||||
module = {
|
module = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue