From: Andres Salomon Date: Sat, 26 Apr 2008 02:34:58 +0000 (-0400) Subject: kbuild: fix help output to show correct arch X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01dee1881d7cbcd5c456735085e52de94da8d4e1;p=openwrt%2Fstaging%2Fblogic.git kbuild: fix help output to show correct arch Signed-off-by: Andres Salomon Signed-off-by: Sam Ravnborg --- 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), \