component.mk 310 B

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