build.sh: fix command help message for build kernel
Change-Id: I736ec96973750f85dc7abc7a84014d3f127e226e Signed-off-by: Weiwen Chen <cww@rock-chips.com>
This commit is contained in:
@ -13,7 +13,7 @@ source $TOP_DIR/device/rockchip/common/Version.mk
|
||||
function usagekernel()
|
||||
{
|
||||
echo "cd kernel"
|
||||
echo "make ARCH=$RK_ARCH $RK_KERNEL_DEFCONFIG"
|
||||
echo "make ARCH=$RK_ARCH $RK_KERNEL_DEFCONFIG $RK_KERNEL_DEFCONFIG_FRAGMENT"
|
||||
echo "make ARCH=$RK_ARCH $RK_KERNEL_DTS.img -j$RK_JOBS"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user