esp-open-rtos/extras/paho/component.mk
Yudi Ludkevich 4d14a874af MQTT client api and example
This code based on ESP8266 port of the embedded C client in Eclipse Paho project
(http://www.eclipse.org/paho/) and it port for espressif
ESP8266_RTOS_SDK by baoshi (https://github.com/baoshi/ESP-RTOS-Paho.git)
2016-02-19 23:00:13 +03:00

9 lines
254 B
Makefile

# Component makefile for extras/paho
# expected anyone using bmp driver includes it as 'paho/MQTT*.h'
INC_DIRS += $(paho_ROOT)..
# args for passing into compile rule generation
paho_SRC_DIR = $(paho_ROOT)
$(eval $(call component_compile_rules,paho))