aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da76f51990d3..d3634cd6fe35 100644
--- a/Makefile
+++ b/Makefile
@@ -1223,9 +1223,9 @@ help:
1223 @echo 'Documentation targets:' 1223 @echo 'Documentation targets:'
1224 @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp 1224 @$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
1225 @echo '' 1225 @echo ''
1226 @echo 'Architecture specific targets ($(ARCH)):' 1226 @echo 'Architecture specific targets ($(SRCARCH)):'
1227 @$(if $(archhelp),$(archhelp),\ 1227 @$(if $(archhelp),$(archhelp),\
1228 echo ' No architecture specific help defined for $(ARCH)') 1228 echo ' No architecture specific help defined for $(SRCARCH)')
1229 @echo '' 1229 @echo ''
1230 @$(if $(boards), \ 1230 @$(if $(boards), \
1231 $(foreach b, $(boards), \ 1231 $(foreach b, $(boards), \