forked from xuos/xiuos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
352 B
14 lines
352 B
menu "lib"
|
|
|
|
choice
|
|
prompt "chose a kind of lib for app"
|
|
default APP_SELECT_NEWLIB
|
|
|
|
config APP_SELECT_NEWLIB
|
|
bool "app select newlib"
|
|
|
|
config APP_SELECT_OTHER_LIB
|
|
bool "app select other lib"
|
|
endchoice
|
|
source "$APP_DIR/lib/cJSON/Kconfig"
|
|
endmenu
|
|
|