Add readme

This commit is contained in:
Huang Xin 2019-05-21 17:35:56 +08:00
parent 8f3b084d0e
commit 31e197e9d9
1 changed files with 5 additions and 3 deletions

View File

@ -50,9 +50,11 @@ Product 安全网关产品源代码主目录
source ~/.bashrc</code>
#### 5. 编译内核
- x64_86
<p><code>cd /opt/fsl-kernel/x86/linux-4.9.140 && make -j</code></p>
- arm64
+ x64_86
```
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>
修改 Makefile 文件第 257、258 两行
<code>ARCH ?= $(SUBARCH)