7 lines
135 B
Makefile
Executable File
7 lines
135 B
Makefile
Executable File
SRC_FILES := cJSON.c
|
|
ifeq ($(CONFIG_USER_TEST_MQTTCLIENT),y)
|
|
SRC_FILES += cJSON_Process.c
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|