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

/linux-master/arch/mips/
H A DMakefile473 echo ' {micro32,32,64}{r1,r2,r6}{el,}_defconfig <BOARDS="list of boards">'
475 echo ' Where BOARDS is some subset of the following:'
476 for board in $(sort $(BOARDS)); do echo " $${board}"; done
501 ifeq ($(BOARDS),)
502 BOARDS = $(patsubst board-%.config,%,$(notdir $(wildcard $(generic_config_dir)/board-*.config))) macro
538 "$(origin BOARDS)" $(BOARDS)
565 ocelot_defconfig-y := 32r2el_defconfig BOARDS=ocelot
568 sead3_defconfig-y := 32r2el_defconfig BOARDS=sead-3
571 sead3micro_defconfig-y := micro32r2el_defconfig BOARDS
[all...]

Completed in 209 milliseconds