Files
Dong Heng e492bda28c feat(pthread): Bring "pthread" from esp-idf
Commit ID: df786128
2018-09-13 15:31:30 +08:00

10 lines
153 B
Makefile

#
#Component Makefile
#
COMPONENT_SRCDIRS := .
#CXXFLAGS += -H
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive