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

10 lines
221 B
Makefile
Raw Normal View History

#
#Component Makefile
#
2019-08-06 17:59:26 +08:00
COMPONENT_SRCDIRS += esp32
COMPONENT_SRCDIRS += param_test
COMPONENT_PRIV_INCLUDEDIRS += param_test/include
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive