zephyr/samples/subsys
Kumar Gala d2b0735c12 build: Fix usage of hardcoded zephyr.{elf,bin,hex}
Its possible to rename the executable we build via the Kconfig symbol
CONFIG_KERNEL_BIN_NAME.  So we really should use ${KERNEL_ELF_NAME},
${KERNEL_BIN_NAME} and ${KERNEL_HEX_NAME} variables instead of hardcoded
zephyr.elf, zephyr.bin, and zephyr.elf.

This fixes an build issue with
tests/misc/test_build/buildsystem.kconfig.utf8_in_values on
up_squared_adsp and lpcxpresso11u68 platforms.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-08-14 13:33:49 +02:00
..
canbus samples: canbus: isotpfix: Add testing fixture 2020-08-12 16:07:42 -05:00
console
fs
ipc build: Fix usage of hardcoded zephyr.{elf,bin,hex} 2020-08-14 13:33:49 +02:00
logging
mgmt samples: mgmt/osdp: Add new OSDP PD sample 2020-08-13 11:48:28 +02:00
nvs
power/device_pm
settings
shell
tracing samples: tracing: Enable USB by the application 2020-08-13 11:49:47 +02:00
usb console: usb: Remove obsolete Kconfig option. 2020-08-13 11:49:47 +02:00
subsys.rst