Skip to content

Commit

Permalink
kbuild: fix help output to show correct arch
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Salomon <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
dilinger authored and Sam Ravnborg committed Apr 28, 2008
1 parent 5dffbe8 commit 01dee18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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), \
Expand Down

0 comments on commit 01dee18

Please sign in to comment.