mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 18:19:07 -04:00
6 lines
162 B
Makefile
6 lines
162 B
Makefile
|
# currently the only SoC supported; to be moved into Kconfig
|
||
|
SOC_NAME := esp32
|
||
|
|
||
|
COMPONENT_SRCDIRS := $(SOC_NAME)
|
||
|
COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include
|