summaryrefslogtreecommitdiff
path: root/nuttx/netutils/resolv/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/resolv/Make.defs')
-rw-r--r--nuttx/netutils/resolv/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/netutils/resolv/Make.defs b/nuttx/netutils/resolv/Make.defs
index e83757d36..0ca95b94e 100644
--- a/nuttx/netutils/resolv/Make.defs
+++ b/nuttx/netutils/resolv/Make.defs
@@ -33,7 +33,7 @@
#
############################################################################
-ifeq ($(CONFIG_UIP_UDP),y)
+ifeq ($(CONFIG_NET_UDP),y)
RESOLV_ASRCS =
RESOLV_CSRCS = resolv.c
endif