mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
223 B
Makefile
10 lines
223 B
Makefile
SOC_NAME := $(IDF_TARGET)
|
|
|
|
COMPONENT_SRCDIRS := $(SOC_NAME) src src/hal
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
|
|
|
|
-include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk
|
|
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|