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

15 lines
482 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 := src src/hal
COMPONENT_ADD_INCLUDEDIRS :=
# Since there can be chip-specific HAL headers which can include the common
# HAL header via include_next, process the build scripts here first so that
# include directories appear first in the compile command.
-include $(COMPONENT_PATH)/src/$(SOC_NAME)/component.mk
COMPONENT_ADD_INCLUDEDIRS += include
-include $(COMPONENT_PATH)/soc/component.mk
2019-04-03 17:08:02 +08:00
2018-04-18 10:57:45 +08:00
COMPONENT_ADD_LDFRAGMENTS += linker.lf