aboutsummaryrefslogtreecommitdiff
path: root/doc/arch
diff options
context:
space:
mode:
Diffstat (limited to 'doc/arch')
-rw-r--r--doc/arch/m68k.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/arch/m68k.rst b/doc/arch/m68k.rst
index 34b2593..44e1a5d 100644
--- a/doc/arch/m68k.rst
+++ b/doc/arch/m68k.rst
@@ -35,7 +35,7 @@ development boards.
Supported CPU families
----------------------
-Please "make menuconfig" with ARCH=m68k, or check arch/m68k/cpu to see the
+Please "make menuconfig" and select "m68k" or check arch/m68k/cpu to see the
currently supported processor and families.
@@ -75,8 +75,8 @@ A bash script similar to the one below may be used:
board=M5475DFE
make distclean
- make ARCH=m68k ${board}_defconfig
- make ARCH=m68k KBUILD_VERBOSE=1
+ make ${board}_defconfig
+ make KBUILD_VERBOSE=1
Adopted toolchains