1
0
mirror of https://github.com/espressif/esp-idf synced 2025-04-02 04:40:11 -04:00

5 lines
161 B
Makefile

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