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