6 lines
139 B
Makefile
6 lines
139 B
Makefile
#
|
|
#Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS += esp32
|
|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
|