Merge pull request #2074 from ndauten/master

FIX Docs Link: ./kernel to ../kernel/README.md
This commit is contained in:
Justin Cormack 2017-06-20 10:59:42 -07:00 committed by GitHub
commit 95c0c290df

View File

@ -72,7 +72,7 @@ configuration.
To build and test locally modified kernels, e.g., to try a different To build and test locally modified kernels, e.g., to try a different
kernel config or new patches, the existing kernel build system in the kernel config or new patches, the existing kernel build system in the
[`./kernel`](./kernel) can be re-used. For example, assuming the [`../kernel`](../kernel/) can be re-used. For example, assuming the
current 4.9 kernel is 4.9.28, you can build a local kernel with: current 4.9 kernel is 4.9.28, you can build a local kernel with:
``` ```
make build_4.9.28 HASH=foo make build_4.9.28 HASH=foo