mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
Use a path relative to the script itself to determine the ZEPHYR_BASE path instead of relying on the environment variable. This allows for modules to use the Zephyr kconfiglib without having ZEPHYR_BASE set in the environment. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>