Files
esp-idf/components/pthread/component.mk
T

14 lines
228 B
Makefile
Raw Normal View History

2017-08-24 02:53:20 +03:00
#
# Component Makefile
#
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := include
2017-08-24 02:53:20 +03:00
COMPONENT_ADD_LDFLAGS := -lpthread
ifdef CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK
COMPONENT_ADD_LDFLAGS += -Wl,--wrap=vPortCleanUpTCB
endif