Files
esp-idf/components/esp_hw_support/test/component.mk
T

4 lines
111 B
Makefile
Raw Normal View History

COMPONENT_SRCDIRS := .
2017-04-11 15:44:43 +08:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive