2018-10-19 03:51:51 +00:00
|
|
|
SOC_NAME := $(IDF_TARGET)
|
2017-04-11 07:44:43 +00:00
|
|
|
|
2020-01-08 04:50:03 +00:00
|
|
|
COMPONENT_SRCDIRS := src src/hal
|
2020-01-09 06:43:41 +00:00
|
|
|
COMPONENT_ADD_INCLUDEDIRS :=
|
2018-06-22 07:32:58 +00:00
|
|
|
|
2020-01-09 06:43:41 +00:00
|
|
|
# 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
|
2018-07-29 05:27:06 +00:00
|
|
|
|
2020-01-08 04:50:03 +00:00
|
|
|
-include $(COMPONENT_PATH)/soc/component.mk
|
2019-04-03 09:08:02 +00:00
|
|
|
|
2018-04-18 02:57:45 +00:00
|
|
|
COMPONENT_ADD_LDFRAGMENTS += linker.lf
|