Files
esp-idf/examples/cxx/experimental/experimental_cpp_component/test/component.mk
T

8 lines
136 B
Makefile
Raw Normal View History

2020-02-18 12:48:57 +08:00
#
#Component Makefile
#
COMPONENT_SRCDIRS := .
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive