udpate make plat shell

This commit is contained in:
2024-09-27 16:21:30 +08:00
parent cd90d55d12
commit 306f741281

View File

@@ -1,7 +1,6 @@
#!/bin/bash
projectDir=`~/`
platDir=$(projectDir)/plat
platDir=../plat
platModuleList="8ecp aif bicc debug haepub iptrans isdn isup m2ua mgc mgcp mgc_v2 mtp3 pal public rtp sccp scf sip smpp snmp tcap xapp"
for mod in $platModuleList; do
echo "====================== make $mod =======================";