Searched refs:BOARDS (Results 1 - 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/arch/mips/ |
| H A D | Makefile | 475 echo ' {micro32,32,64}{r1,r2,r6}{el,}_defconfig <BOARDS="list of boards">' 477 echo ' Where BOARDS is some subset of the following:' 478 for board in $(sort $(BOARDS)); do echo " $${board}"; done 503 ifeq ($(BOARDS),) 504 BOARDS = $(patsubst board-%.config,%,$(notdir $(wildcard $(generic_config_dir)/board-*.config))) macro 540 "$(origin BOARDS)" $(BOARDS) 567 ocelot_defconfig-y := 32r2el_defconfig BOARDS=ocelot 570 sead3_defconfig-y := 32r2el_defconfig BOARDS=sead-3 573 sead3micro_defconfig-y := micro32r2el_defconfig BOARDS [all...] |
| /kernel/linux/linux-5.10/arch/mips/ |
| H A D | Makefile | 462 echo ' {micro32,32,64}{r1,r2,r6}{el,}_defconfig <BOARDS="list of boards">' 464 echo ' Where BOARDS is some subset of the following:' 465 for board in $(sort $(BOARDS)); do echo " $${board}"; done 490 ifeq ($(BOARDS),) 491 BOARDS = $(patsubst board-%.config,%,$(notdir $(wildcard $(generic_config_dir)/board-*.config))) macro 527 "$(origin BOARDS)" $(BOARDS) 554 ocelot_defconfig-y := 32r2el_defconfig BOARDS=ocelot 557 sead3_defconfig-y := 32r2el_defconfig BOARDS=sead-3 560 sead3micro_defconfig-y := micro32r2el_defconfig BOARDS [all...] |
Completed in 2 milliseconds