* 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:
Colin Watson 2010-11-24 12:07:14 +00:00
parent b7fbac1214
commit 3030d8ec49
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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)';