mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-23 16:44:33 +00:00
* 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
@ -1,3 +1,9 @@
|
||||
2010-11-24 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/Makefile.core.def (kernel): Add kern/emu/cache.S for emu
|
||||
platforms.
|
||||
(grub-emu-lite): Remove kern/emu/cache.S.
|
||||
|
||||
2010-11-23 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* util/deviceiter.c (compare_devices): If the by-id link for a
|
||||
|
@ -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…
Reference in New Issue
Block a user