aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/lwip_bindings/lwip.mk
blob: e46909b0ba8d4ee091c6559b13fd7e971424d956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# List of the required lwIP files.
LWIPDIR = 	$(CHIBIOS)/ext/lwip/src

# The various blocks of files are outlined in Filelists.mk.
include $(LWIPDIR)/Filelists.mk

LWBINDSRC = \
        $(CHIBIOS)/os/various/lwip_bindings/lwipthread.c \
        $(CHIBIOS)/os/various/lwip_bindings/arch/sys_arch.c


# Add blocks of files from Filelists.mk as required for enabled options
LWSRC = $(COREFILES) $(CORE4FILES) $(APIFILES) $(LWBINDSRC) $(NETIFFILES) $(HTTPDFILES)

LWINC = \
        $(CHIBIOS)/os/various/lwip_bindings \
        $(LWIPDIR)/include