Lines Matching defs:boards
1550 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
1551 boards := $(sort $(notdir $(boards)))
1632 echo '* dtbs - Build device tree blobs for enabled boards'; \
1652 @$(if $(boards), \
1653 $(foreach b, $(boards), \
1659 printf " %-16s - Show all of the above\\n" help-boards; \
1687 help-boards: $(help-board-dirs)
1689 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1693 @$(if $(boards-per-dir), \
1694 $(foreach b, $(boards-per-dir), \