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:
12
components/connectivity/iotkit-embedded-3.0.1/3rdparty/tools/internal_make_funcs.mk
vendored
Normal file
12
components/connectivity/iotkit-embedded-3.0.1/3rdparty/tools/internal_make_funcs.mk
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
define Post_Env
|
||||
( \
|
||||
$(foreach V,$(SWITCH_VARS), \
|
||||
$(if $(findstring FEATURE_,$(V)), \
|
||||
printf "%-40s : %-s\n" "+ $(V)" "$(if $($(V)),$($(V)),n)"; \
|
||||
) \
|
||||
) \
|
||||
echo ""; \
|
||||
)
|
||||
endef
|
||||
|
Reference in New Issue
Block a user