linuxOS_AP06/device/rockchip/common/scripts/check-amp.sh

7 lines
129 B
Bash
Raw Normal View History

2025-06-03 04:28:32 +00:00
#!/bin/bash -e
# The AMP RTT needs scons support
if [ "$RK_AMP_RTT_TARGET" ]; then
"$RK_SCRIPTS_DIR/check-package.sh" scons
fi