rk: make help only show rk board
author黄涛 <huangtao@rock-chips.com>
Mon, 13 Aug 2012 03:31:13 +0000 (11:31 +0800)
committer黄涛 <huangtao@rock-chips.com>
Mon, 13 Aug 2012 03:31:13 +0000 (11:31 +0800)
Makefile

index 15702f930dd7f8c81ca7a6816ed0ef7c40490f0b..ffcda4b707a3e85e6af9fedeba7f447ce5847024 100644 (file)
--- a/Makefile
+++ b/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:/=)))