mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-14 00:05:20 +00:00
9 lines
241 B
Makefile
9 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
|