summaryrefslogtreecommitdiff
path: root/mk/kernel-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/kernel-build.mk')
-rw-r--r--mk/kernel-build.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/mk/kernel-build.mk b/mk/kernel-build.mk
index 5db052c33..f912e8c01 100644
--- a/mk/kernel-build.mk
+++ b/mk/kernel-build.mk
@@ -22,6 +22,14 @@ ifeq ($(ADK_TARGET_KERNEL_ZIMAGE),y)
KERNEL_FILE:=vmlinux
KERNEL_TARGET:=$(ADK_TARGET_KERNEL)
endif
+ifeq ($(ADK_TARGET_KERNEL_VMLINUX_BOOTP),y)
+KERNEL_FILE:=bootpfile
+KERNEL_TARGET:=bootpfile
+endif
+ifeq ($(ADK_TARGET_KERNEL_VMLINUX_GZ),y)
+KERNEL_FILE:=vmlinux
+KERNEL_TARGET:=all
+endif
ifeq ($(ADK_TARGET_KERNEL_BZIMAGE),y)
KERNEL_FILE:=vmlinux
KERNEL_TARGET:=all