aboutsummaryrefslogtreecommitdiff
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
commitf914a905566ed97b414c4475a22ff8a7a6f222a0 (patch)
treea51180fd3fd067bdba947fe6b9ba9797db0e2ba7 /apps/examples/nettest/Makefile
parentad65a046170ddff04e8257597197b3df758fa0a9 (diff)
downloadpx4-firmware-f914a905566ed97b414c4475a22ff8a7a6f222a0.tar.gz
px4-firmware-f914a905566ed97b414c4475a22ff8a7a6f222a0.tar.bz2
px4-firmware-f914a905566ed97b414c4475a22ff8a7a6f222a0.zip
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: http://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