summaryrefslogtreecommitdiff
path: root/nuttx/examples/udp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/udp/Makefile')
-rw-r--r--nuttx/examples/udp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/udp/Makefile b/nuttx/examples/udp/Makefile
index 6fec19147..3dcc57213 100644
--- a/nuttx/examples/udp/Makefile
+++ b/nuttx/examples/udp/Makefile
@@ -58,7 +58,7 @@ TARG_BIN = lib$(CONFIG_EXAMPLE)$(LIBEXT)
HOSTCFLAGS += -DCONFIG_EXAMPLE_UDP_HOST=1
ifeq ($(CONFIG_EXAMPLE_UDP_SERVER),y)
HOSTCFLAGS += -DCONFIG_EXAMPLE_UDP_SERVER=1 \
- -DCONFIG_EXAMPLE_UDP_CLIENTIP="$(CONFIG_EXAMPLE_UDP_CLIENTIP)"
+ -DCONFIG_EXAMPLE_UDP_SERVERIP="$(CONFIG_EXAMPLE_UDP_SERVERIP)"
endif
HOST_SRCS = host.c