Add readme
This commit is contained in:
parent
3279610e6e
commit
f63f618746
|
@ -51,9 +51,7 @@ source ~/.bashrc</code>
|
||||||
|
|
||||||
#### 5. 编译内核
|
#### 5. 编译内核
|
||||||
+ x64_86
|
+ x64_86
|
||||||
```
|
<code>cd /opt/fsl-kernel/x86/linux-4.9.140 && make -j</code>
|
||||||
cd /opt/fsl-kernel/x86/linux-4.9.140 && make -j
|
|
||||||
```
|
|
||||||
+ arm64
|
+ arm64
|
||||||
<code>cd /opt/fsl-kernel/arm64/linux-4.9.140 && unset LDFLAS</code>
|
<code>cd /opt/fsl-kernel/arm64/linux-4.9.140 && unset LDFLAS</code>
|
||||||
修改 Makefile 文件第 257、258 两行
|
修改 Makefile 文件第 257、258 两行
|
||||||
|
|
Loading…
Reference in New Issue