OVMS3-idf/components/lwip/component.mk

12 lines
327 B
Makefile
Raw Normal View History

2016-08-17 15:08:22 +00:00
#
# Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include/lwip include/lwip/port include/lwip/posix
2016-08-17 15:08:22 +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
CFLAGS += -Wno-address -Wno-unused-variable -Wno-unused-but-set-variable
2016-08-17 15:08:22 +00:00
include $(IDF_PATH)/make/component_common.mk