mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-10 22:35:20 +00:00
8 lines
241 B
Makefile
8 lines
241 B
Makefile
NAME := cjson
|
|
|
|
$(NAME)_TYPE := share
|
|
GLOBAL_INCLUDES += include
|
|
# don't modify to L_CFLAGS, because CONFIG_CJSON_WITHOUT_DOUBLE should enable global
|
|
#$(NAME)_CFLAGS += -DCONFIG_CJSON_WITHOUT_DOUBLE
|
|
|
|
$(NAME)_SOURCES := cJSON.c cJSON_Utils.c
|