aboutsummaryrefslogtreecommitdiff
path: root/extmod/extmod.mk
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-06-05 16:13:34 +1000
committerDamien George <damien.p.george@gmail.com>2019-06-05 16:13:34 +1000
commit49388e339ecea9595c0e82244cc3d60a7cb5e333 (patch)
treea4193dce12e45f704616d550d94f636f02cc5099 /extmod/extmod.mk
parentfd839221fda6f53c794ecabe6d5eb05125307818 (diff)
extmod/extmod.mk: Include mdns app source in lwIP build.
Diffstat (limited to 'extmod/extmod.mk')
-rw-r--r--extmod/extmod.mk1
1 files changed, 1 insertions, 0 deletions
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 \