summaryrefslogtreecommitdiff
path: root/extmod/extmod.mk
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/extmod.mk')
-rw-r--r--extmod/extmod.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/extmod.mk b/extmod/extmod.mk
index ff24a549a..60f59183d 100644
--- a/extmod/extmod.mk
+++ b/extmod/extmod.mk
@@ -153,7 +153,7 @@ LWIP_DIR = lib/lwip/src
INC += -I$(TOP)/$(LWIP_DIR)/include
CFLAGS_MOD += -DMICROPY_PY_LWIP=1
$(BUILD)/$(LWIP_DIR)/core/ipv4/dhcp.o: CFLAGS_MOD += -Wno-address
-SRC_MOD += extmod/modlwip.c shared/netutils/netutils.c
+SRC_MOD += shared/netutils/netutils.c
SRC_MOD += $(addprefix $(LWIP_DIR)/,\
apps/mdns/mdns.c \
core/def.c \