
sample: examples\aliyun_iotkit_csdk_mqtt project: board\TencentOS_tiny_EVB_MX_Plus\KEIL\aliyun_iotkit_csdk_mqtt
13 lines
216 B
Makefile
13 lines
216 B
Makefile
|
|
define Post_Env
|
|
( \
|
|
$(foreach V,$(SWITCH_VARS), \
|
|
$(if $(findstring FEATURE_,$(V)), \
|
|
printf "%-40s : %-s\n" "+ $(V)" "$(if $($(V)),$($(V)),n)"; \
|
|
) \
|
|
) \
|
|
echo ""; \
|
|
)
|
|
endef
|
|
|