component.mk 176 B

123456
  1. # currently the only SoC supported; to be moved into Kconfig
  2. SOC_NAME := esp32
  3. COMPONENT_SRCDIRS := $(SOC_NAME) src/
  4. COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include