esp-idf/components/hal/test/component.mk

4 lines
111 B
Makefile
Raw Normal View History

COMPONENT_SRCDIRS := .
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive