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

10 lines
309 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
2019-06-18 19:34:05 +08:00
TARGET := $(IDF_TARGET)
2018-11-19 11:46:21 +08:00
2019-06-18 19:34:05 +08:00
COMPONENT_SRCDIRS := $(TARGET) src src/$(TARGET)
COMPONENT_PRIV_INCLUDEDIRS := private_include
COMPONENT_ADD_INCLUDEDIRS := $(TARGET)/include include
2018-11-19 11:46:21 +08:00
2019-06-18 19:34:05 +08:00
-include $(COMPONENT_PATH)/$(TARGET)/component.mk