Go to file
Anas Nashif 72cb707f20 kconfig: Let the application decide the name of the kernel bin
This introduces a new option

	CONFIG_KERNEL_BIN_NAME

that can be used in the kernel configuration (kconfig) to set
the final binary name, for example you can set:

CONFIG_KERNEL_BIN_NAME="test_app"

in the project.conf and this will result in

test_app.{elf,bin} in outdir.

The default is still using the type of the kernel being used, i.e.

microkernel.elf or nanokernel.elf

Change-Id: Id6c437af2ce4c02cb52d4e1e41b29e64d83f9aab
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:14:37 -05:00
arch
doc kbuild: remove BSP_VARIANT Makefile variable 2016-02-05 20:14:37 -05:00
drivers
include
kernel
lib/libc
misc kconfig: Let the application decide the name of the kernel bin 2016-02-05 20:14:37 -05:00
net
samples
scripts
shared/include/nanokernel/x86
.gitattributes
.gitignore
.mailmap
Kconfig
Makefile kconfig: Let the application decide the name of the kernel bin 2016-02-05 20:14:37 -05:00
Makefile.inc kbuild: remove BSP_VARIANT Makefile variable 2016-02-05 20:14:37 -05:00
zephyr-env.sh