2016-08-17 15:08:22 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
|
|
|
#
|
|
|
|
|
2016-12-07 09:34:26 +00:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port include/lwip/posix apps/ping
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-12-07 09:34:26 +00:00
|
|
|
COMPONENT_SRCDIRS := api apps/sntp apps/ping apps core/ipv4 core/ipv6 core netif port/freertos port/netif port
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-12-06 18:52:40 +00:00
|
|
|
CFLAGS += -Wno-address # lots of LWIP source files evaluate macros that check address of stack variables
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-12-06 18:52:40 +00:00
|
|
|
api/tcpip.o apps/dhcpserver.o: CFLAGS += -Wno-unused-variable
|
|
|
|
apps/dhcpserver.o core/pbuf.o core/tcp_in.o: CFLAGS += -Wno-unused-but-set-variable
|