编译时补充 LOCALVERSION 参数.
Signed-off-by: rick.chan <chenyang@autoai.com>
This commit is contained in:
parent
4650524628
commit
8ba9fb2c6c
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make menuconfig
|
make menuconfig
|
||||||
make -j<n>
|
make LOCALVERSION="" -j<n>
|
||||||
make -C <kernel source dir> M=<modules dir> modules
|
make -C <kernel source dir> M=<modules dir> modules
|
||||||
make modules_install INSTALL_MOD_PATH=<target dir>
|
make modules_install INSTALL_MOD_PATH=<target dir>
|
||||||
make clean
|
make clean
|
||||||
|
|
Loading…
Reference in New Issue