mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq.
This commit is contained in:
parent
75cd1dfd74
commit
403b4a0178
32 changed files with 37 additions and 33 deletions
|
|
@ -34,6 +34,6 @@
|
|||
#
|
||||
############################################################################
|
||||
|
||||
ifeq ($(CONFIG_EXAMPLES_MODBUSMASTER),y)
|
||||
ifneq ($(CONFIG_EXAMPLES_MODBUSMASTER),)
|
||||
CONFIGURED_APPS += $(APPDIR)/examples/modbusmaster
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue