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

9 lines
211 B
Makefile
Raw Normal View History

2017-04-11 15:44:43 +08:00
# currently the only SoC supported; to be moved into Kconfig
SOC_NAME := esp32
COMPONENT_SRCDIRS := ../$(SOC_NAME)/test
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive