summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 17:56:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-13 17:56:14 +0000
commitff4f68ec939e07de62e745dcce3536f19c7690f4 (patch)
tree4493f80537a7fb4573a9403bdcfc6107ff64bee0 /apps/examples/Makefile
parentf65c5cf1f7ca0ea9fb5a284da2b126aa6dcbae98 (diff)
downloadnuttx-ff4f68ec939e07de62e745dcce3536f19c7690f4.tar.gz
nuttx-ff4f68ec939e07de62e745dcce3536f19c7690f4.tar.bz2
nuttx-ff4f68ec939e07de62e745dcce3536f19c7690f4.zip
Add a network test configuration for the STM3240G-EVAL
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4169 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/Makefile')
-rw-r--r--apps/examples/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/examples/Makefile b/apps/examples/Makefile
index 11925f91f..6989803ae 100644
--- a/apps/examples/Makefile
+++ b/apps/examples/Makefile
@@ -2,7 +2,7 @@
# apps/examples/Makefile
#
# Copyright (C) 2011 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -46,12 +46,18 @@ SUBDIRS = buttons dhcpd ftpc hello helloxx hidkbd igmp lcdrw mm mount \
CNTXTDIRS =
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
+CNTXTDIRS += dhcpd
+endif
ifeq ($(CONFIG_EXAMPLES_HELLOXX_BUILTIN),y)
CNTXTDIRS += helloxx
endif
ifeq ($(CONFIG_EXAMPLES_LCDRW_BUILTIN),y)
CNTXTDIRS += lcdrw
endif
+ifeq ($(CONFIG_NSH_BUILTIN_APPS),y)
+CNTXTDIRS += nettest
+endif
ifeq ($(CONFIG_EXAMPLES_NX_BUILTIN),y)
CNTXTDIRS += nx
endif