OVMS3-idf/components/pthread/test/component.mk

10 lines
153 B
Makefile
Raw Normal View History

2017-08-23 23:53:20 +00:00
#
#Component Makefile
#
COMPONENT_SRCDIRS := .
#CXXFLAGS += -H
2017-08-23 23:53:20 +00:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive