aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4f6a786f..0579b0c14 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,12 @@ HOW TO COMPILE
###2. Compiling###
+Make sure your device tree uses :
+```
+TARGET_KERNEL_CONFIG := cmXX_m2note_defconfig
+```
+(where "XX" = cm version, currently supported : 12 / 13 / 14)
+
From within the Android Sources you want to build, do :
```