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

9 lines
215 B
Makefile
Raw Normal View History

2018-10-19 11:51:51 +08:00
SOC_NAME := $(IDF_TARGET)
2017-04-11 15:44:43 +08:00
COMPONENT_SRCDIRS := $(SOC_NAME) src/
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
-include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk
2018-04-18 10:57:45 +08:00
COMPONENT_ADD_LDFRAGMENTS += linker.lf