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.defs4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/Make.defs b/apps/examples/Make.defs
index d4615e2f7..d318a6701 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -194,6 +194,10 @@ ifeq ($(CONFIG_EXAMPLES_QENCODER),y)
CONFIGURED_APPS += examples/qencoder
endif
+ifeq ($(CONFIG_EXAMPLES_RANDOM),y)
+CONFIGURED_APPS += examples/random
+endif
+
ifeq ($(CONFIG_EXAMPLES_RELAYS),y)
CONFIGURED_APPS += examples/relays
endif