change Kconfig for JerryScript

This commit is contained in:
wgzAIIT
2023-09-05 15:23:21 +08:00
parent 29499a1ec3
commit f24a0f2d47
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ ifeq ($(CONFIG_TOOL_USING_MQTT),y)
SRC_DIR += mqtt
endif
ifeq ($(CONFIG_PKG_USING_JERRYSCRIPT),y)
ifeq ($(CONFIG_LIB_USING_JERRYSCRIPT),y)
SRC_DIR += JerryScript
endif