mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 17:16:29 +08:00
9 lines
143 B
Makefile
9 lines
143 B
Makefile
#
|
|
# Component Makefile
|
|
#
|
|
COMPONENT_ADD_INCLUDEDIRS += include/mqtt
|
|
|
|
COMPONENT_SRCDIRS += source/library source/platform
|
|
|
|
CFLAGS += -DMQTT_TASK
|