summaryrefslogtreecommitdiff
path: root/apps/netutils/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-02 16:04:25 -0600
commitd103465a456ac87392afd42dbfebd3252ccbf2c6 (patch)
tree08dbfc80efa9d36da0859d15c514a7d86165625e /apps/netutils/Makefile
parent7668388eb7fd1960efaa409e3191cc7b7d5cb014 (diff)
downloadnuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.gz
nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.tar.bz2
nuttx-d103465a456ac87392afd42dbfebd3252ccbf2c6.zip
NET: Rename uiplib/UIPLIB to netlib/NETLIB
Diffstat (limited to 'apps/netutils/Makefile')
-rw-r--r--apps/netutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/Makefile b/apps/netutils/Makefile
index 8a8a5fdf4..b6244e2f9 100644
--- a/apps/netutils/Makefile
+++ b/apps/netutils/Makefile
@@ -39,7 +39,7 @@
SUBDIRS = json codecs
ifeq ($(CONFIG_NET),y)
-SUBDIRS += uiplib dhcpc dhcpd discover dnsclient ftpc ftpd smtp telnetd
+SUBDIRS += netlib dhcpc dhcpd discover dnsclient ftpc ftpd smtp telnetd
SUBDIRS += webclient webserver tftpc thttpd xmlrpc
endif