From bf36b0acba878c6c1ced25bc35cd2a09953c5ab2 Mon Sep 17 00:00:00 2001 From: zhs Date: Wed, 30 Nov 2016 17:10:10 +0800 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b8a6959..afb724c 100644 --- a/README.md +++ b/README.md @@ -82,18 +82,18 @@ are mandatory: Others can be empty and will be the default value during building kernel. ``` -arch : architecture, corresponding to `ARCH` of kernel build command. -cross_compile : cross compiler, corresponding to `CROSS_COMPILE` of kernel - build command. -target : target of building kernel image. -output_dir : output build directory, corresponding to `O` of kernel build - command. It is relative to the `src_dir` if not absolute. -defconfig : default configuration when start up. -dtb : the name of target DTB file. -mod_install_dir : module install directory, corresponding to `INSTALL_MOD_PATH` - of kernel build command. It is relative to the `src_dir` if - not absolute. -thread_num : number of thread used to compile, corresponding to `-j` option. +- arch : architecture, corresponding to `ARCH` of kernel build command. +- cross_compile : cross compiler, corresponding to `CROSS_COMPILE` of kernel + build command. +- target : target of building kernel image. +- output_dir : output build directory, corresponding to `O` of kernel build + command. It is relative to the `src_dir` if not absolute. +- defconfig : default configuration when start up. +- dtb : the name of target DTB file. +- mod_install_dir : module install directory, corresponding to `INSTALL_MOD_PATH` + of kernel build command. It is relative to the `src_dir` if + not absolute. +- thread_num : number of thread used to compile, corresponding to `-j` option. ``` After the editing, use command `list` to see the result: