BigW Consortium Gitlab

Commit 19544aa4 by Zahid Chowdhury

No make clean needed

parent d2182fd0
......@@ -33,7 +33,7 @@ export CROSS_COMPILE=`findtoolchain ${LEGATO_TARGET} prefix`
OLDPWD=`pwd`
cd ${MANGOH_ROOT}/build/${1}/modules/cypwifi
if [ "$2" == "clean" ] ; then
make clean ; make defconfig-brcmfmac
make defconfig-brcmfmac
fi
make modules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment