1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-19 22:19:14 -04:00

10 lines
153 B
Makefile
Raw Normal View History

2017-08-24 02:53:20 +03:00
#
#Component Makefile
#
COMPONENT_SRCDIRS := .
#CXXFLAGS += -H
2017-08-24 02:53:20 +03:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive