luckfox-pico-sdk/sysdrv/drv_ko/wifi/ssv6x5x/script/scratch
2023-08-08 20:36:47 +08:00

12 lines
139 B
Bash

#!/bin/sh
if [ "`whoami`" != "root" ]; then
echo Need to be root to execute.;
exit 1;
fi
cd ..
make clean
make -j 4
make install