mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
In Makefile.zephyr the SOURCE_DIR variable was introduced recently. However, the SOURCE_DIR variable is heavily used in zephyr. If you try to build the jerryscript zephyr port from a zephyr project using the makefiles, the SOURCE_DIR gets set by the zephyr build system and points to wrong place here. This patch creates unique name to avoid the name clash. JerryScript-DCO-1.0-Signed-off-by: Sakari Poussa sakari.poussa@intel.com