Lines Matching defs:boards
1575 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
1576 boards := $(sort $(notdir $(boards)))
1639 echo '* dtbs - Build device tree blobs for enabled boards'; \
1659 @$(if $(boards), \
1660 $(foreach b, $(boards), \
1666 printf " %-16s - Show all of the above\\n" help-boards; \
1688 help-boards: $(help-board-dirs)
1690 boards-per-dir = $(sort $(notdir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/$*/*_defconfig)))
1694 @$(if $(boards-per-dir), \
1695 $(foreach b, $(boards-per-dir), \