Add readme
This commit is contained in:
parent
8f3b084d0e
commit
31e197e9d9
|
@ -50,9 +50,11 @@ Product 安全网关产品源代码主目录
|
||||||
source ~/.bashrc</code>
|
source ~/.bashrc</code>
|
||||||
|
|
||||||
#### 5. 编译内核
|
#### 5. 编译内核
|
||||||
- x64_86
|
+ x64_86
|
||||||
<p><code>cd /opt/fsl-kernel/x86/linux-4.9.140 && make -j</code></p>
|
```
|
||||||
- arm64
|
cd /opt/fsl-kernel/x86/linux-4.9.140 && make -j
|
||||||
|
```
|
||||||
|
+ 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 两行
|
||||||
<code>ARCH ?= $(SUBARCH)
|
<code>ARCH ?= $(SUBARCH)
|
||||||
|
|
Loading…
Reference in New Issue