mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
10 lines
167 B
Makefile
10 lines
167 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
|
|
COMPONENT_SRCDIRS := src
|
|
ifdef CONFIG_ESP_IPC_ISR_ENABLE
|
|
COMPONENT_SRCDIRS += src/esp_ipc_isr
|
|
endif
|
|
COMPONENT_ADD_INCLUDEDIRS := include
|