mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 20:00:50 +00:00
to support the tristate option correctly and unify the usage Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
3 lines
90 B
Text
3 lines
90 B
Text
ifneq ($(CONFIG_INTERPRETERS_FICL),)
|
|
CONFIGURED_APPS += $(APPDIR)/interpreters/ficl
|
|
endif
|