mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-15 20:54:01 +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
|