2018-11-19 03:46:21 +00:00
|
|
|
#
|
|
|
|
# Component Makefile
|
|
|
|
# currently the only SoC supported; to be moved into Kconfig
|
2019-06-18 11:34:05 +00:00
|
|
|
TARGET := $(IDF_TARGET)
|
2018-11-19 03:46:21 +00:00
|
|
|
|
2019-06-18 11:34:05 +00:00
|
|
|
COMPONENT_SRCDIRS := $(TARGET) src src/$(TARGET)
|
|
|
|
COMPONENT_PRIV_INCLUDEDIRS := private_include
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := $(TARGET)/include include
|
2018-11-19 03:46:21 +00:00
|
|
|
|
2019-06-18 11:34:05 +00:00
|
|
|
-include $(COMPONENT_PATH)/$(TARGET)/component.mk
|