Allow user configurable kernel name
This commit is contained in:
parent
3de86a029a
commit
3fdcb01579
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user