编译时补充 LOCALVERSION 参数.

Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
rick.chan 2020-05-13 11:32:00 +08:00
parent 4650524628
commit 8ba9fb2c6c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
```sh
make menuconfig
make -j<n>
make LOCALVERSION="" -j<n>
make -C <kernel source dir> M=<modules dir> modules
make modules_install INSTALL_MOD_PATH=<target dir>
make clean