summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-08 18:11:03 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-08 18:11:03 +0100
commitc55a696b9c3c6d25342e8e04999a2058da5d8201 (patch)
tree4347e5bb4894cb4e489575f8e519e11dc57986d1 /target/config/Config.in
parent6987d5c7e74c19902218551427e4b11bd02ee968 (diff)
enable variable kernel target name, qemu-mips targets use vmlinuz
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 1ee04cafe..50649c3ed 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -1,6 +1,14 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
+config ADK_TARGET_KERNEL_VMLINUZ
+ boolean
+
+config ADK_TARGET_KERNEL
+ string
+ default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ
+ default "vmlinux"
+
config ADK_big
boolean