update readme for compiling 4.16 kernel

This commit is contained in:
Jake Day 2018-03-10 15:39:13 -05:00
parent b2f682be84
commit 1ffa646802

View file

@ -89,7 +89,7 @@ If you don't want to use the pre-built kernel and headers, you can compile the k
0. (Prep) Install the required packages for compiling the kernel: 0. (Prep) Install the required packages for compiling the kernel:
* $ sudo apt-get install build-essential binutils-dev libncurses5-dev libssl-dev ccache * $ sudo apt-get install build-essential binutils-dev libncurses5-dev libssl-dev ccache bison flex
1. Assuming you cloned the linux-surface repo (this one) into ~/linux-surface, go to the parent directory: 1. Assuming you cloned the linux-surface repo (this one) into ~/linux-surface, go to the parent directory:
* $ cd ~ * $ cd ~
2. Clone the mainline stable kernel repo: 2. Clone the mainline stable kernel repo: