2016-08-17 15:08:22 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
|
|
|
#
|
|
|
|
|
2016-08-31 22:28:03 +00:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port include/lwip/posix
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-08-29 09:47:45 +00:00
|
|
|
COMPONENT_SRCDIRS := api apps/sntp apps core/ipv4 core/ipv6 core netif port/freertos port/netif port
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-09-23 06:46:39 +00:00
|
|
|
CFLAGS += -Wno-address -Wno-unused-variable -Wno-unused-but-set-variable
|
2016-08-17 15:08:22 +00:00
|
|
|
|
2016-08-31 23:19:06 +00:00
|
|
|
include $(IDF_PATH)/make/component_common.mk
|