OVMS3-idf/components/soc/component.mk

15 lines
482 B
Makefile
Raw Normal View History

SOC_NAME := $(IDF_TARGET)
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 09:08:02 +00:00
COMPONENT_ADD_LDFRAGMENTS += linker.lf