aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-11-24 21:34:21 +0100
committerMoyster <oysterized@gmail.com>2016-11-24 21:34:21 +0100
commitf5bbc17eeee4088931294f9f9ba91ef70c4af6d8 (patch)
tree21ed33b5d9fed8de7031c7fd39fa3d24ac58475a
parent13145e1ccb16dd0948d3d6e34a4855c06568ad75 (diff)
readme: update build instructions
-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 :
```