In all Make.defs files, append CONFIGURED_APPS with the consistent ifeq/ifneq.

This commit is contained in:
Xiang Xiao 2019-10-17 11:42:49 -06:00 committed by Gregory Nutt
parent 75cd1dfd74
commit 403b4a0178
32 changed files with 37 additions and 33 deletions

View file

@ -34,6 +34,6 @@
#
############################################################################
ifeq ($(CONFIG_EXAMPLES_MODBUSMASTER),y)
ifneq ($(CONFIG_EXAMPLES_MODBUSMASTER),)
CONFIGURED_APPS += $(APPDIR)/examples/modbusmaster
endif