OVMS3-idf/components/soc/component.mk
2018-11-11 21:46:02 +08:00

8 lines
176 B
Makefile

SOC_NAME := $(IDF_TARGET)
COMPONENT_SRCDIRS := $(SOC_NAME) src/
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
-include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk