component.mk 167 B

123456789
  1. #
  2. # Component Makefile
  3. #
  4. COMPONENT_SRCDIRS := src
  5. ifdef CONFIG_ESP_IPC_ISR_ENABLE
  6. COMPONENT_SRCDIRS += src/esp_ipc_isr
  7. endif
  8. COMPONENT_ADD_INCLUDEDIRS := include