summaryrefslogtreecommitdiffstats
path: root/include/kernel.mk
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel.mk')
-rw-r--r--include/kernel.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/kernel.mk b/include/kernel.mk
index 7b959eaea..4b5fe72f0 100644
--- a/include/kernel.mk
+++ b/include/kernel.mk
@@ -38,6 +38,11 @@ else
-e 's/armeb/arm/' \
)
+ KERNELNAME=""
+ ifneq (,$(findstring x86,$(BOARD)))
+ KERNELNAME="bzImage"
+ endif
+
ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH:=um
KERNEL_CC:=$(HOSTCC)