Merge branch 'Branch_S550_Fast' of gitlab.sifar.tech:linux-em-group/s530-ntk into Branch_S550_Fast

This commit is contained in:
payton 2023-11-27 16:51:48 +08:00
commit e569b001da

9
mkanalyze.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
#用于gitlab-ci.yml编译使用
echo "Start compile."
export ROOT_PATH=$PWD
source build/envsetup.sh
lunch Linux cfg_565_HUNTING_EVB_LINUX_4G_S550 arm-ca9-linux-uclibcgnueabihf-8.4.01
make library_clean app_clean
make library app