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

9 lines
236 B
Makefile
Raw Normal View History

2018-11-19 11:46:21 +08:00
#
#Component Makefile
#
COMPONENT_ADD_INCLUDEDIRS := include
2019-06-18 19:34:05 +08:00
COMPONENT_SRCDIRS := . ${IDF_TARGET}
COMPONENT_PRIV_INCLUDEDIRS = "../private_include"
2018-11-19 11:46:21 +08:00
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive