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,7 +34,7 @@
#
############################################################################
ifeq ($(CONFIG_NXWIDGETS_UNITTEST_CBUTTONARRAY),y)
ifneq ($(CONFIG_NXWIDGETS_UNITTEST_CBUTTONARRAY),)
CONFIGURED_APPS += $(APPDIR)/graphics/nxwidget/UnitTests/CButtonArray
endif