Files
ESP-Nodes/RainMaker_Table-Lights/managed_components/espressif__rmaker_common/component.mk
2025-06-28 06:44:14 -04:00

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