summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndres Salomon2008-04-26 04:34:58 +0200
committerSam Ravnborg2008-04-28 22:46:11 +0200
commit01dee1881d7cbcd5c456735085e52de94da8d4e1 (patch)
treec773bd2a21fc660b108f4fa8b9862764f1e1ee89 /Makefile
parentkbuild: show defconfig subdirs in make help (diff)
downloadkernel-qcow2-linux-01dee1881d7cbcd5c456735085e52de94da8d4e1.tar.gz
kernel-qcow2-linux-01dee1881d7cbcd5c456735085e52de94da8d4e1.tar.xz
kernel-qcow2-linux-01dee1881d7cbcd5c456735085e52de94da8d4e1.zip
kbuild: fix help output to show correct arch
Signed-off-by: Andres Salomon <dilinger@debian.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-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:
@echo 'Documentation targets:'
@$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
@echo ''
- @echo 'Architecture specific targets ($(ARCH)):'
+ @echo 'Architecture specific targets ($(SRCARCH)):'
@$(if $(archhelp),$(archhelp),\
- echo ' No architecture specific help defined for $(ARCH)')
+ echo ' No architecture specific help defined for $(SRCARCH)')
@echo ''
@$(if $(boards), \
$(foreach b, $(boards), \