summaryrefslogtreecommitdiff
path: root/apps/examples/nettest/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 16:28:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-24 16:28:15 +0000
commit9ed566465c0f31106e2e3fd3be2b33dd9489d3b0 (patch)
treea51180fd3fd067bdba947fe6b9ba9797db0e2ba7 /apps/examples/nettest/Makefile
parentb563cb2cdc447a97347d063fad5ef586434757eb (diff)
downloadnuttx-9ed566465c0f31106e2e3fd3be2b33dd9489d3b0.tar.gz
nuttx-9ed566465c0f31106e2e3fd3be2b33dd9489d3b0.tar.bz2
nuttx-9ed566465c0f31106e2e3fd3be2b33dd9489d3b0.zip
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nettest/Makefile')
-rw-r--r--apps/examples/nettest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile
index 5368bdefc..c533c9dd5 100644
--- a/apps/examples/nettest/Makefile
+++ b/apps/examples/nettest/Makefile
@@ -64,7 +64,7 @@ else
endif
endif
-HOSTCFLAGS += -DCONFIG_EXAMPLES_NETTEST_HOST=1
+HOSTCFLAGS += -DNETTEST_HOST=1
ifeq ($(CONFIG_EXAMPLES_NETTEST_SERVER),y)
HOSTCFLAGS += -DCONFIG_EXAMPLES_NETTEST_SERVER=1 -DCONFIG_EXAMPLES_NETTEST_CLIENTIP="$(CONFIG_EXAMPLES_NETTEST_CLIENTIP)"
endif