Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 01dee188 authored by Andres Salomon's avatar Andres Salomon Committed by Sam Ravnborg
Browse files

kbuild: fix help output to show correct arch

parent 5dffbe81
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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), \