2、change Kconfig for mqtt and Modify variable name 3、change ota functions for support xiuos platform
9 lines
198 B
Makefile
9 lines
198 B
Makefile
ifeq ($(CONFIG_XIUOS_PLATFORM),y)
|
|
SRC_FILES := platform_mqtt.c
|
|
endif
|
|
|
|
ifeq ($(CONFIG_ALIBABA_PLATFORM),y)
|
|
SRC_FILES := platform_mqtt.c utils_hmacsha1.c
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk |