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