forked from xuos/xiuos
Eliminate the warning "./../../../APP_Framework/Framework/knowing/Kconfig:13:warning: ignoring unsupported character '"
This commit is contained in:
parent
711bd5bd15
commit
1bd8927c5d
|
@ -1,13 +1,13 @@
|
||||||
menuconfig SUPPORT_KNOWING_FRAMEWORK
|
menuconfig SUPPORT_KNOWING_FRAMEWORK
|
||||||
bool "support knowing framework"
|
bool "support knowing framework"
|
||||||
default n
|
default n
|
||||||
select TRANSFORM_LAYER_ATTRIUBUTE
|
select TRANSFORM_LAYER_ATTRIUBUTE
|
||||||
|
|
||||||
if SUPPORT_KNOWING_FRAMEWORK
|
if SUPPORT_KNOWING_FRAMEWORK
|
||||||
source "$APP_DIR/Framework/knowing/tensorflow-lite/Kconfig"
|
source "$APP_DIR/Framework/knowing/tensorflow-lite/Kconfig"
|
||||||
source "$APP_DIR/Framework/knowing/filter/Kconfig"
|
source "$APP_DIR/Framework/knowing/filter/Kconfig"
|
||||||
source "$APP_DIR/Framework/knowing/ota/Kconfig"
|
source "$APP_DIR/Framework/knowing/ota/Kconfig"
|
||||||
source "$APP_DIR/Framework/knowing/image_processing/Kconfig"
|
source "$APP_DIR/Framework/knowing/image_processing/Kconfig"
|
||||||
source "$APP_DIR/Framework/knowing/cmsis_5/Kconfig"
|
source "$APP_DIR/Framework/knowing/cmsis_5/Kconfig"
|
||||||
source "$APP_DIR/Framework/knowing/kpu/Kconfig"
|
source "$APP_DIR/Framework/knowing/kpu/Kconfig"
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue