* grub-core/Makefile.core.def (kernel): Add kern/emu/cache.S for emu
platforms. (grub-emu-lite): Remove kern/emu/cache.S.
This commit is contained in:
parent
b7fbac1214
commit
3030d8ec49
2 changed files with 7 additions and 1 deletions
|
@ -162,6 +162,7 @@ kernel = {
|
|||
emu = disk/host.c;
|
||||
emu = gnulib/progname.c;
|
||||
emu = gnulib/error.c;
|
||||
emu = kern/emu/cache.S;
|
||||
emu = kern/emu/console.c;
|
||||
emu = kern/emu/getroot.c;
|
||||
emu = kern/emu/hostdisk.c;
|
||||
|
@ -208,7 +209,6 @@ program = {
|
|||
name = grub-emu-lite;
|
||||
|
||||
emu = kern/emu/lite.c;
|
||||
emu = kern/emu/cache.S;
|
||||
emu_nodist = symlist.c;
|
||||
|
||||
ldadd = 'kernel.img$(EXEEXT)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue