Files
Sandeep Gundlupet Raju a0e2e4e094 zephyr-kernel: Use relative path
Use relative path for all the include files to avoid overlaying the
include files.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
2025-08-18 07:54:34 +08:00

5 lines
214 B
BlitzBasic

require recipes-kernel/zephyr-kernel/zephyr-image.inc
require recipes-kernel/zephyr-kernel/zephyr-kernel-test.inc
BBCLASSEXTEND = '${@" ".join(["zephyrtest:" + x for x in d.getVar("ZEPHYRTESTS", True).split()])}'