summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/Make.defs')
-rw-r--r--apps/examples/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index 52949ae91..8d36aaa40 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -54,7 +54,7 @@ ifeq ($(CONFIG_EXAMPLES_COMPOSITE),y)
CONFIGURED_APPS += examples/composite
endif
-ifeq ($(CONFIG_EXAMPLES_CXXTEST,y)
+ifeq ($(CONFIG_EXAMPLES_CXXTEST),y)
CONFIGURED_APPS += examples/cxxtest
endif