From 49388e339ecea9595c0e82244cc3d60a7cb5e333 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Wed, 5 Jun 2019 16:13:34 +1000
Subject: [PATCH] extmod/extmod.mk: Include mdns app source in lwIP build.

---
 extmod/extmod.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/extmod/extmod.mk b/extmod/extmod.mk
index 909952cc2..05d0be3b1 100644
--- a/extmod/extmod.mk
+++ b/extmod/extmod.mk
@@ -117,6 +117,7 @@ CFLAGS_MOD += -DMICROPY_PY_LWIP=1
 $(BUILD)/$(LWIP_DIR)/core/ipv4/dhcp.o: CFLAGS_MOD += -Wno-address
 SRC_MOD += extmod/modlwip.c lib/netutils/netutils.c
 SRC_MOD += $(addprefix $(LWIP_DIR)/,\
+	apps/mdns/mdns.c \
 	core/def.c \
 	core/dns.c \
 	core/inet_chksum.c \
-- 
GitLab