summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-04 09:05:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-04 09:05:11 -0600
commitcab35aed493b9f97d2913504b5b354b1a8b83239 (patch)
treeb9fac5d570c2497fd19c1dc0fd16eaec39760e84 /apps/examples/Make.defs
parent56d21b36736854d04ad4a82bd30517a46bfb985a (diff)
downloadpx4-nuttx-cab35aed493b9f97d2913504b5b354b1a8b83239.tar.gz
px4-nuttx-cab35aed493b9f97d2913504b5b354b1a8b83239.tar.bz2
px4-nuttx-cab35aed493b9f97d2913504b5b354b1a8b83239.zip
apps/example/configdata: Unit test for the MTD configuration data driver
Diffstat (limited to 'apps/examples/Make.defs')
-rw-r--r--apps/examples/Make.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index d318a6701..78a3fc273 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -50,6 +50,10 @@ ifeq ($(CONFIG_EXAMPLES_CC3000BASIC),y)
CONFIGURED_APPS += examples/cc3000
endif
+ifeq ($(CONFIG_EXAMPLES_CONFIGDATA),y)
+CONFIGURED_APPS += examples/configdata
+endif
+
ifeq ($(CONFIG_EXAMPLES_CXXTEST),y)
CONFIGURED_APPS += examples/cxxtest
endif