summaryrefslogtreecommitdiff
path: root/apps/examples/Make.defs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 10:53:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 10:53:43 -0600
commit9996595fb7029c62fafba82230eb9d8d8927f3fc (patch)
tree6fa226cbdce16dc2866cfee91eb55f0671a9e502 /apps/examples/Make.defs
parent024a5a638a19767988dbcecb920f021344fdb190 (diff)
downloadnuttx-9996595fb7029c62fafba82230eb9d8d8927f3fc.tar.gz
nuttx-9996595fb7029c62fafba82230eb9d8d8927f3fc.tar.bz2
nuttx-9996595fb7029c62fafba82230eb9d8d8927f3fc.zip
apps/examples/bridge: Add a simple UDP relay bridge for testing configurations with multiple networks
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 050eefef5..d22a56b89 100644
--- a/apps/examples/Make.defs
+++ b/apps/examples/Make.defs
@@ -42,6 +42,10 @@ ifeq ($(CONFIG_EXAMPLES_BASTEST),y)
CONFIGURED_APPS += examples/bastest
endif
+ifeq ($(CONFIG_EXAMPLES_BRIDGE),y)
+CONFIGURED_APPS += examples/bridge
+endif
+
ifeq ($(CONFIG_EXAMPLES_BUTTONS),y)
CONFIGURED_APPS += examples/buttons
endif