Star
4
Fork
56
代码
介绍
代码
Issues
19
Pull Requests
6
流水线
Actions
讨论
Wiki
项目成员
37
分析
项目设置
Star
4
Fork
56
master
kernel_linux_5.10
/
scripts
/
ohos-check-dir.sh
下载
G
gc1202
kbuild: compile vendor in kernel
bc20cd5a
创建于
2022年11月10日
历史提交
#! /bin/bash
# SPDX-License-Identifier: GPL-2.0
if
[ -d
"
$1
"
];
then
exit
0
fi
exit
1