diff --git a/plat/mkplat.sh b/plat/mkplat.sh index ee239e2..367d506 100755 --- a/plat/mkplat.sh +++ b/plat/mkplat.sh @@ -5,7 +5,7 @@ platModuleList="8ecp aif bicc debug haepub iptrans isdn isup m2ua mgc mgcp mgc_v for mod in $platModuleList; do echo "====================== make $mod ======================="; cd $platDir/$mod - make clean + #make clean make if [ $mod == "iptrans" ] ; then