Files
Peter Hoyes e6cef8658b zephyr-kernel: Use ZEPHYR_BASE in all application recipes
Change ${S} -> ${ZEPHYR_BASE} in all application recipes, as Zephyr
might not always be found at the root of the source directory.

Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
2022-08-10 10:48:14 +08:00

4 lines
93 B
BlitzBasic

include zephyr-sample.inc
ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/net/sockets/echo_client"