component.mk 258 B

12345678910
  1. #
  2. # Component Makefile
  3. # currently the only SoC supported; to be moved into Kconfig
  4. SOC_NAME := $(IDF_TARGET)
  5. COMPONENT_SRCDIRS := $(SOC_NAME) src
  6. COMPONENT_ADD_INCLUDEDIRS := $(SOC_NAME)/include include
  7. -include $(COMPONENT_PATH)/$(SOC_NAME)/component.mk