Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] Fixed LINUX26_IMAGE_PATH on avr32 arch
@ 2010-07-01  8:10 Henri Häkkinen
  0 siblings, 0 replies; only message in thread
From: Henri Häkkinen @ 2010-07-01  8:10 UTC (permalink / raw)
  To: buildroot

Kernel image is actually located in boot/images/ rather than in boot/ in
avr32 architecture.

Signed-off-by: Henri H?kkinen <henuxd@gmail.com>
---
 linux/linux.mk |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index 593a1b4..37370de 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -42,7 +42,11 @@ else ifeq ($(BR2_LINUX_KERNEL_VMLINUX),y)
 LINUX26_IMAGE_NAME=vmlinux.bin
 endif
 
+ifeq ($(KERNEL_ARCH),avr32)
+LINUX26_IMAGE_PATH=$(LINUX26_DIR)/arch/$(KERNEL_ARCH)/boot/images/$(LINUX26_IMAGE_NAME)
+else
 LINUX26_IMAGE_PATH=$(LINUX26_DIR)/arch/$(KERNEL_ARCH)/boot/$(LINUX26_IMAGE_NAME)
+endif
 
 # Download
 $(LINUX26_DIR)/.stamp_downloaded:
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-07-01  8:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01  8:10 [Buildroot] [PATCH] Fixed LINUX26_IMAGE_PATH on avr32 arch Henri Häkkinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox