mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-20 04:21:14 +09:00
rk: make help only show rk board
This commit is contained in:
2
Makefile
2
Makefile
@@ -1233,7 +1233,7 @@ rpm: include/config/kernel.release FORCE
|
||||
# Brief documentation of the typical targets used
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig)
|
||||
boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/rk*_defconfig)
|
||||
boards := $(notdir $(boards))
|
||||
board-dirs := $(dir $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*/*_defconfig))
|
||||
board-dirs := $(sort $(notdir $(board-dirs:/=)))
|
||||
|
||||
Reference in New Issue
Block a user