aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.