summaryrefslogtreecommitdiff
path: root/apps/examples/Makefile
diff options
context:
space:
mode:
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