makefile change
This commit is contained in:
@@ -86,7 +86,7 @@ POSTPROC_CMD =
|
||||
CCFLAG_SWITCH = off
|
||||
COVER_NEED = no
|
||||
COVER_REPORT_PATH = ./output
|
||||
MAKE_INCLUDE = $(HOME)/ems.git/include
|
||||
MAKE_INCLUDE = ../../include
|
||||
|
||||
##---------------------------------------------------------------------##
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
projectDir=$(HOME)/ems.git
|
||||
projectDir=`~/`
|
||||
platDir=$(projectDir)/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
|
||||
Reference in New Issue
Block a user