1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-16 04:29:08 -04:00
2017-04-11 15:45:54 +08:00

9 lines
211 B
Makefile

# 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