summaryrefslogtreecommitdiff
path: root/apps/nshlib/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-05 15:42:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-05 15:42:20 -0600
commitdb6c14382e8ab4fb8a7336c107ab54cf4cf60c71 (patch)
tree85473c5e9a64549c0f26823e22e5b7ce93f92366 /apps/nshlib/Makefile
parent252d9c848a95632bf5e6e8fa2e1a23badf0fe80d (diff)
downloadnuttx-db6c14382e8ab4fb8a7336c107ab54cf4cf60c71.tar.gz
nuttx-db6c14382e8ab4fb8a7336c107ab54cf4cf60c71.tar.bz2
nuttx-db6c14382e8ab4fb8a7336c107ab54cf4cf60c71.zip
Add NSH addroute and delroute commands
Diffstat (limited to 'apps/nshlib/Makefile')
-rw-r--r--apps/nshlib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/nshlib/Makefile b/apps/nshlib/Makefile
index a1586bb00..09b6f6122 100644
--- a/apps/nshlib/Makefile
+++ b/apps/nshlib/Makefile
@@ -63,6 +63,9 @@ endif
ifeq ($(CONFIG_NET),y)
CSRCS += nsh_netinit.c nsh_netcmds.c
+ifeq ($(CONFIG_NET_ROUTE),y)
+CSRCS += nsh_routecmds.c
+endif
endif
ifeq ($(CONFIG_RTC),y)