2013-12-06 12:04:52 +01:00
|
|
|
NOGCCERROR=yes
|
|
|
|
NOCLANGERROR=yes
|
|
|
|
|
2011-04-07 09:43:36 +02:00
|
|
|
LIB = lwip
|
|
|
|
|
2012-07-05 01:32:06 +02:00
|
|
|
CPPFLAGS += -I${.CURDIR}/include/ -I${.CURDIR}/include/ipv4 -I${.CURDIR}/include/ipv6 -D_SYSTEM
|
2011-04-07 09:43:36 +02:00
|
|
|
|
|
|
|
#.include "${.CURDIR}/api/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/core/Makefile.inc"
|
|
|
|
.include "${.CURDIR}/netif/Makefile.inc"
|
|
|
|
|
|
|
|
SRCS += sys_arch.c
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|