This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
df55bf5cea
nuttx-apps
/
interpreters
/
ficl
/
Make.defs
4 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 11:35:14 +02:00
ifneq ($(CONFIG_INTERPRETERS_FICL),)
apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path.
2019-10-17 19:33:59 +02:00
CONFIGURED_APPS += $(APPDIR)/interpreters/ficl
make the full tree use wildcards make.defs
2016-06-02 16:21:21 +02:00
endif
Reference in New Issue
Copy Permalink