mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Better deal with arches like mips that have odd kernel dir naming
This commit is contained in:
@@ -27,6 +27,11 @@ DOWNLOAD_LINUX_VERSION=2.4.23
|
||||
LINUX_VERSION=2.4.23-erik
|
||||
|
||||
LINUX_FORMAT=bzImage
|
||||
LINUX_KARCH:= echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
|
||||
sed -e 's/mipsel/mips/' \
|
||||
sed -e 's/powerpc/ppc/' \
|
||||
sed -e 's/sh[234]/sh/'
|
||||
LINUX_BINLOC=arch/$(LINUX_KARCH)/boot/$(LINUX_FORMAT)
|
||||
LINUX_BINLOC=arch/$(ARCH)/boot/$(LINUX_FORMAT)
|
||||
#LINUX_FORMAT=zImage
|
||||
#LINUX_BINLOC=arch/ppc/boot/images/zImage.prep
|
||||
|
||||
Reference in New Issue
Block a user