Lines Matching refs:boards
1595 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
1596 boards := $(sort $(notdir $(boards)))
1659 echo '* dtbs - Build device tree blobs for enabled boards'; \
1679 @$(if $(boards), \
1680 $(foreach b, $(boards), \
1686 printf " %-16s - Show all of the above\\n" help-boards; \
1708 help-boards: $(help-board-dirs)
1710 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1714 @$(if $(boards-per-dir), \
1715 $(foreach b, $(boards-per-dir), \