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:
16
components/connectivity/iotkit-embedded-3.0.1/3rdparty/tools/build-rules/_rules-repo.mk
vendored
Normal file
16
components/connectivity/iotkit-embedded-3.0.1/3rdparty/tools/build-rules/_rules-repo.mk
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
OPS_CMDLINE_V := \
|
||||
PACKAGE_DIR \
|
||||
TOP_DIR \
|
||||
STAMP_BLD_VAR \
|
||||
|
||||
OPS_SCRIPT := \
|
||||
$(strip $(foreach V, $(OPS_CMDLINE_V), $(V)="$($(V))")) \
|
||||
$(SHELL) \
|
||||
$(RULE_DIR)/scripts/ops_repository.sh \
|
||||
$(STAMP_BLD_VAR)
|
||||
|
||||
repo-list: config
|
||||
$(TOP_Q)$(OPS_SCRIPT) list
|
||||
|
||||
repo-update: config
|
||||
$(TOP_Q)$(OPS_SCRIPT) update
|
Reference in New Issue
Block a user