[Buildroot] svn commit: trunk/buildroot/target/linux

ulf at uclibc.org ulf at uclibc.org
Wed Aug 1 11:52:16 UTC 2007


Author: ulf
Date: 2007-08-01 04:52:15 -0700 (Wed, 01 Aug 2007)
New Revision: 19387

Log:
Allow user configurable kernel name

Modified:
   trunk/buildroot/target/linux/Makefile.in


Changeset:
Modified: trunk/buildroot/target/linux/Makefile.in
===================================================================
--- trunk/buildroot/target/linux/Makefile.in	2007-08-01 10:19:51 UTC (rev 19386)
+++ trunk/buildroot/target/linux/Makefile.in	2007-08-01 11:52:15 UTC (rev 19387)
@@ -55,7 +55,9 @@
 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)




More information about the buildroot mailing list