1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-20 14:39:14 -04:00
2019-06-26 10:19:23 +08:00

8 lines
136 B
Makefile

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