From 3fdcb015795b59c36b072a6d96220bd15046d58e Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Wed, 1 Aug 2007 11:52:15 +0000 Subject: Allow user configurable kernel name --- target/linux/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/Makefile.in') diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in index 21b22d814..f4ffd5d8d 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) -- cgit v1.2.3