添加 hw_reg_api.h 相关注释

This commit is contained in:
2025-01-06 17:15:25 +08:00
parent 064deaf946
commit dfd96e058c
2 changed files with 20 additions and 6 deletions

View File

@@ -32,9 +32,9 @@ export dtest_only=1
set -o errexit
if [ "${CLEANUP_OPT}" == "1" ]; then
make -C .. clobber
make -C .. dtest_clean
make -j -C .. clobber
make -j -C .. dtest_clean
fi
# build kl3 dtest
make -C .. dtest opt_build=1
make -j -C .. dtest opt_build=1