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

10 lines
258 B
Makefile
Raw Normal View History

2018-11-19 11:46:21 +08:00
#
# Component Makefile
# currently the only SoC supported; to be moved into Kconfig
SOC_NAME := $(IDF_TARGET)
COMPONENT_SRCDIRS := $(SOC_NAME) src
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
-include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk