Home
last modified time | relevance | path

Searched refs:boards (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/
H A DMakefile1595 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) macro
1596 boards := $(sort $(notdir $(boards))) macro
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
[all...]

Completed in 4 milliseconds