1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-25 00:49:11 -04:00

5 lines
161 B
Makefile
Raw Normal View History

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