blob: 7ed52c418f4a26ffab990832f7aad885220d2493 [file] [log] [blame] [edit]
#!/bin/bash
# Usage:
# compile: Run in the root directory:
# ./scripts/amlogic/clean.sh [board]
if [ "$1" == "" ]; then
echo "usage: $0 [board]"
scripts/amlogic/mk.sh --config
exit -1
fi
export clean=no
scripts/amlogic/mk.sh $1 clean