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

8 lines
136 B
Makefile
Raw Normal View History

2021-05-12 11:26:07 +08:00
#
#Component Makefile
#
COMPONENT_SRCDIRS := .
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive