From: Ulf Samuelsson Date: Wed, 1 Aug 2007 11:52:15 +0000 (-0000) Subject: Allow user configurable kernel name X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fdcb015795b59c36b072a6d96220bd15046d58e;p=buildroot.git Allow user configurable kernel name --- diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index 21b22d8148..f4ffd5d8d2 100644 --- a/target/linux/Makefile.in +++ b/target/linux/Makefile.in @@ -55,7 +55,9 @@ LINUX26_BINLOC=arch/$(KERNEL_ARCH)/boot/$(LINUX26_FORMAT) endif # File name for the Linux kernel binary +ifndef LINUX26_KERNEL LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH) +endif # Version of Linux AFTER patches LINUX26_DIR=$(BUILD_DIR)/linux-$(LINUX26_VERSION)