linuxOS_AP06/device/rockchip/common/scripts/check-amp.sh
2025-06-03 12:28:32 +08:00

7 lines
129 B
Bash
Executable File

#!/bin/bash -e
# The AMP RTT needs scons support
if [ "$RK_AMP_RTT_TARGET" ]; then
"$RK_SCRIPTS_DIR/check-package.sh" scons
fi