add zepif.c to Filelists.mk

This commit is contained in:
goldsimon 2018-02-28 23:00:08 +01:00
parent 43a55003da
commit 43778e5334

View File

@ -89,7 +89,8 @@ NETIFFILES=$(LWIPDIR)/netif/ethernet.c \
# SIXLOWPAN: 6LoWPAN
SIXLOWPAN=$(LWIPDIR)/netif/lowpan6.c \
$(LWIPDIR)/netif/lowpan6_ble.c
$(LWIPDIR)/netif/lowpan6_ble.c \
$(LWIPDIR)/netif/zepif.c
# PPPFILES: PPP
PPPFILES=$(LWIPDIR)/netif/ppp/auth.c \