support aliyun sdk on TencentOS tiny
sample: examples\aliyun_iotkit_csdk_mqtt project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
This commit is contained in:
11
components/connectivity/iotkit-embedded-3.0.1/3rdparty/src/dev_reset/iot.mk
vendored
Normal file
11
components/connectivity/iotkit-embedded-3.0.1/3rdparty/src/dev_reset/iot.mk
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
LIBA_TARGET := libiot_reset.a
|
||||
|
||||
HDR_REFS := src/infra src/mqtt
|
||||
|
||||
DEPENDS += wrappers
|
||||
LDFLAGS += -liot_sdk -liot_hal -liot_tls
|
||||
|
||||
LIB_SRCS_EXCLUDE += examples/dev_reset_example.c
|
||||
SRCS_dev-reset-example := examples/dev_reset_example.c
|
||||
|
||||
$(call Append_Conditional, TARGET, dev-reset-example, DEV_RESET, BUILD_AOS NO_EXECUTABLES)
|
Reference in New Issue
Block a user