diff options
author | Andres Salomon <dilinger@queued.net> | 2008-04-25 22:34:58 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@uranus.ravnborg.org> | 2008-04-28 16:46:11 -0400 |
commit | 01dee1881d7cbcd5c456735085e52de94da8d4e1 (patch) | |
tree | c773bd2a21fc660b108f4fa8b9862764f1e1ee89 /Makefile | |
parent | 5dffbe811b78684fc4d8538cb7b38d9c47f96f9f (diff) |
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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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), \ |