Files
chargeflow/components/esp_idf_lib_helpers/component.mk
2025-06-06 21:17:25 +01:00

9 lines
141 B
Makefile
Executable File

COMPONENT_ADD_INCLUDEDIRS = .
ifdef CONFIG_IDF_TARGET_ESP8266
COMPONENT_DEPENDS = esp8266 freertos
else
COMPONENT_DEPENDS = freertos
endif