nuttx-apps/interpreters/ficl/Make.defs
Xiang Xiao 4941182cc6 Make.defs: Change "ifeq ($(XXX),y)" to "ifneq ($(XXX),)
to support the tristate option correctly and unify the usage

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-16 14:59:08 +02:00

4 lines
90 B
Plaintext

ifneq ($(CONFIG_INTERPRETERS_FICL),)
CONFIGURED_APPS += $(APPDIR)/interpreters/ficl
endif