summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2014-11-28 13:31:43 +0100
committerMichal Marek <mmarek@suse.cz>2014-11-28 16:39:11 +0100
commitfbae4d585e5a61792f16b6d5a6305d61df01b4a6 (patch)
tree95b1afd17d12c55276b39c936f5e9f9a7284ffd2 /Makefile
parent223c24a7dba9db1f5ec2ae501b7d342396e83a9a (diff)
downloadop-kernel-dev-fbae4d585e5a61792f16b6d5a6305d61df01b4a6.zip
op-kernel-dev-fbae4d585e5a61792f16b6d5a6305d61df01b4a6.tar.gz
kbuild: Fix make help-<board series> on powerpc
make ARCH=powerpc help-<board series> should not require a cofigured source tree. Also, sort the boards in the output. Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 107eb9e..b9fb496 100644
--- a/Makefile
+++ b/Makefile
@@ -483,7 +483,7 @@ version_h := include/generated/uapi/linux/version.h
old_version_h := include/linux/version.h
no-dot-config-targets := clean mrproper distclean \
- cscope gtags TAGS tags help %docs check% coccicheck \
+ cscope gtags TAGS tags help% %docs check% coccicheck \
$(version_h) headers_% archheaders archscripts \
kernelversion %src-pkg
@@ -1325,7 +1325,7 @@ help-board-dirs := $(addprefix help-,$(board-dirs))
help-boards: $(help-board-dirs)
-boards-per-dir = $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig))
+boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
$(help-board-dirs): help-%:
@echo 'Architecture specific targets ($(SRCARCH) $*):'
OpenPOWER on IntegriCloud