aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-06-06 15:31:25 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-06-06 15:31:25 -0700
commit483e82dcb98b06a8adbcf1a3ad115b00c7c0e93e (patch)
tree1c127548f841108fdce6205598c58940bcfe1868
parent784f5704f71df89a9b2b85dea6370bb5a8529411 (diff)
downloadsource.android.com-483e82dcb98b06a8adbcf1a3ad115b00c7c0e93e.tar.gz
Tweak kernel doc
Change-Id: Iaae3bdcfed45ccdb2d435bd329f04bfb649c97a5
-rw-r--r--src/source/building-kernels.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/source/building-kernels.md b/src/source/building-kernels.md
index 0dc35367..144a2f4e 100644
--- a/src/source/building-kernels.md
+++ b/src/source/building-kernels.md
@@ -88,6 +88,10 @@ As an example, we would build the panda kernel using the following commands:
To build the tuna kernel, you may run the previous commands replacing all
instances of "panda" with "tuna".
-The image is output as arch/arm/boot/zImage. You may copy it as
-device/<vendor>/<name>/kernel or device/ti/panda/kernel in the case of this
+ - The kernel for maguro and toro is `device/samsung/tuna/kernel`
+ - The kernel for crespo and crespo4g is `device/samsung/crespo/kernel`
+ - The kernel for stingray and wingray is `device/moto/wingray/kernel`
+
+The image is output as `arch/arm/boot/zImage`. You may copy it as
+`device/<vendor>/<name>/kernel` or `device/ti/panda/kernel` in the case of this
example.