From c3cf778698dd567ec39917b218ba1104c8ef18f5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 19 Aug 2024 15:44:57 +0000 Subject: [PATCH] make.sh: Fix variable name Signed-off-by: Michael Tremer --- doc/make.sh-usage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make.sh-usage b/doc/make.sh-usage index e2b8b9d29e..5b615fb54f 100644 --- a/doc/make.sh-usage +++ b/doc/make.sh-usage @@ -21,5 +21,5 @@ OPTIONS: Cross-compile for this target architecture. Uses the QEMU emulator if needed to virtualise the desired target architecture. Can be permanently set with - TARGET_ARCH= in .config file. + BUILD_ARCH= in .config file. -- 2.39.5