]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* conf/any-emu.rmk (kernel_img_SOURCES) [!x86]: Include
authorColin Watson <cjwatson@ubuntu.com>
Wed, 2 Jun 2010 00:23:34 +0000 (01:23 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Wed, 2 Jun 2010 00:23:34 +0000 (01:23 +0100)
kern/$(target_cpu)/cache.S even if TARGET_NO_MODULES = yes.

ChangeLog
conf/any-emu.rmk

index de0b62f0886c65c7d78a3b9b58f56eac496d77b9..d88c510eb8e48c63acf3acc2069d0245a9f4ad45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-02  Colin Watson  <cjwatson@ubuntu.com>
+
+       * conf/any-emu.rmk (kernel_img_SOURCES) [!x86]: Include
+       kern/$(target_cpu)/cache.S even if TARGET_NO_MODULES = yes.
+
 2010-06-01  Colin Watson  <cjwatson@ubuntu.com>
 
        Add btrfs probing support, currently only in the single-device case.
index 000996172c5156c8b02da4bb3eb96a755bcd0987..21e139a322c5c0b09351b5c763f39aa3e242f975 100644 (file)
@@ -20,14 +20,14 @@ TARGET_NO_STRIP = yes
 
 ifneq ($(TARGET_NO_MODULES), yes)
 kernel_img_SOURCES += symlist.c kern/$(target_cpu)/dl.c
+else
+kernel_img_SOURCES += grub_emu_init.c
+endif
 ifneq ($(target_cpu), i386)
 ifneq ($(target_cpu), x86_64)
 kernel_img_SOURCES += kern/$(target_cpu)/cache.S
 endif
 endif
-else
-kernel_img_SOURCES += grub_emu_init.c
-endif
 
 # For halt.mod.
 pkglib_MODULES += halt.mod