Skip to content

Commit 49388e3

Browse files
committed
extmod/extmod.mk: Include mdns app source in lwIP build.
1 parent fd83922 commit 49388e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

extmod/extmod.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ CFLAGS_MOD += -DMICROPY_PY_LWIP=1
117117
$(BUILD)/$(LWIP_DIR)/core/ipv4/dhcp.o: CFLAGS_MOD += -Wno-address
118118
SRC_MOD += extmod/modlwip.c lib/netutils/netutils.c
119119
SRC_MOD += $(addprefix $(LWIP_DIR)/,\
120+
apps/mdns/mdns.c \
120121
core/def.c \
121122
core/dns.c \
122123
core/inet_chksum.c \

0 commit comments

Comments
 (0)