mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
9 lines
229 B
Makefile
9 lines
229 B
Makefile
# currently the only SoC supported; to be moved into Kconfig
|
|
SOC_NAME := esp32
|
|
|
|
COMPONENT_SRCDIRS := $(SOC_NAME) src/
|
|
|
|
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
|
|
|
|
-include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk
|