Files
esp-idf/components/esp_eth/test/component.mk
T

8 lines
136 B
Makefile
Raw Normal View History

2018-08-22 17:46:14 +08:00
#
#Component Makefile
#
2019-04-10 16:24:50 +08:00
COMPONENT_SRCDIRS := .
2018-08-22 17:46:14 +08:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive