From 8eb8329d4541a35d455232f6beabf2926c2c69dc Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Sat, 19 Oct 2024 18:40:34 +0800 Subject: [PATCH] ... --- plat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plat/Makefile b/plat/Makefile index 89330f4..8d8eebf 100644 --- a/plat/Makefile +++ b/plat/Makefile @@ -1,7 +1,7 @@ # Makefile for platform of EMS -PLATDIR = ../plat -BINDIR = ../bin +PLATDIR = $(shell pwd) +BINDIR = $(PLATDIR)../bin 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 .PHONY: all $(PLATMODULELIST) clean