summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:25 +0100
commit3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (patch)
tree77f1445aae2e6be5135594e95986b3278bbc061c /mk
parentcc28479164b8dc8afd4310716da32f16022f5974 (diff)
dec-multia: make netboot possible, add aboot bootloader
Diffstat (limited to '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