From 5b74cd26bd01b4f88295483131e59fd5efa4862d Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Sat, 19 Oct 2024 18:36:47 +0800 Subject: [PATCH] ... --- plat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plat/Makefile b/plat/Makefile index 6868e8c..cc08482 100644 --- a/plat/Makefile +++ b/plat/Makefile @@ -14,7 +14,8 @@ $(PLATMODULELIST): @echo "====================== make $@ =======================" @cd $(PLATDIR)/$@ && $(MAKE) @if [ $@ = "iptrans" ]; then \ - ./iptrans/mkiptrans.sh; \ + cd $(PLATDIR)/$@ + ./mkiptrans.sh; \ cp -f ./iptrans $(BINDIR); \ fi @cd -