|
@@ -55,7 +55,9 @@ LINUX26_BINLOC=arch/$(KERNEL_ARCH)/boot/$(LINUX26_FORMAT)
|
|
endif
|
|
endif
|
|
|
|
|
|
# File name for the Linux kernel binary
|
|
# File name for the Linux kernel binary
|
|
|
|
+ifndef LINUX26_KERNEL
|
|
LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH)
|
|
LINUX26_KERNEL=$(BINARIES_DIR)/linux-kernel-$(LINUX26_VERSION)-$(KERNEL_ARCH)
|
|
|
|
+endif
|
|
|
|
|
|
# Version of Linux AFTER patches
|
|
# Version of Linux AFTER patches
|
|
LINUX26_DIR=$(BUILD_DIR)/linux-$(LINUX26_VERSION)
|
|
LINUX26_DIR=$(BUILD_DIR)/linux-$(LINUX26_VERSION)
|