* grub-core/Makefile.core.def (kernel): Add kern/mips/cache_flush.S to
extra_dist.
This commit is contained in:
parent
72c47aed8d
commit
d768d15986
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/Makefile.core.def (kernel): Add kern/mips/cache_flush.S to
|
||||||
|
extra_dist.
|
||||||
|
|
||||||
|
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* grub-core/efiemu/runtime/efiemu.sh: Removed.
|
||||||
|
|
||||||
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-08-29 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* Makefile.util.def (grub-ofpathname): Add missing ldadd.
|
* Makefile.util.def (grub-ofpathname): Add missing ldadd.
|
||||||
|
|
|
@ -169,6 +169,7 @@ kernel = {
|
||||||
extra_dist = kern/i386/loader.S;
|
extra_dist = kern/i386/loader.S;
|
||||||
extra_dist = kern/i386/realmode.S;
|
extra_dist = kern/i386/realmode.S;
|
||||||
extra_dist = kern/i386/pc/lzma_decode.S;
|
extra_dist = kern/i386/pc/lzma_decode.S;
|
||||||
|
extra_dist = kern/mips/cache_flush.S;
|
||||||
};
|
};
|
||||||
|
|
||||||
program = {
|
program = {
|
||||||
|
|
Loading…
Reference in a new issue