1 parent fd83922 commit 49388e3Copy full SHA for 49388e3
1 file changed
extmod/extmod.mk
@@ -117,6 +117,7 @@ CFLAGS_MOD += -DMICROPY_PY_LWIP=1
117
$(BUILD)/$(LWIP_DIR)/core/ipv4/dhcp.o: CFLAGS_MOD += -Wno-address
118
SRC_MOD += extmod/modlwip.c lib/netutils/netutils.c
119
SRC_MOD += $(addprefix $(LWIP_DIR)/,\
120
+ apps/mdns/mdns.c \
121
core/def.c \
122
core/dns.c \
123
core/inet_chksum.c \
0 commit comments