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

8 lines
158 B
Makefile
Raw Normal View History

2018-10-19 11:51:51 +08:00
SOC_NAME := $(IDF_TARGET)
2017-04-11 15:44:43 +08:00
COMPONENT_SRCDIRS := ../$(SOC_NAME)/test
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive