mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-09 10:35:26 +00:00
6 lines
139 B
Makefile
6 lines
139 B
Makefile
COMPONENT_ADD_INCLUDEDIRS := include
|
|
COMPONENT_SRCDIRS := src
|
|
ifdef CONFIG_ESP_RMAKER_LIB_ESP_MQTT
|
|
COMPONENT_SRCDIRS += src/esp-mqtt
|
|
endif
|