aboutsummaryrefslogtreecommitdiffstats
path: root/CM_README
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-04-16 10:39:11 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-04-16 12:48:49 +0700
commitb3294d678760315fa4a1e3692daafeb3cd400f64 (patch)
treed730a90da6816eac4a2ca0053e401a21ddfc09a2 /CM_README
parentbe24a194817ffd000a4b3559da4f7bd50f695b3d (diff)
downloadkernel_samsung_aries-b3294d678760315fa4a1e3692daafeb3cd400f64.zip
kernel_samsung_aries-b3294d678760315fa4a1e3692daafeb3cd400f64.tar.gz
kernel_samsung_aries-b3294d678760315fa4a1e3692daafeb3cd400f64.tar.bz2
Prepare for CM integrated kernel building
- Renamed defconfig to cyanogenmod standard - Removed build.sh - Change initramfs paths for out-of-tree building - Include CM_README for building instructions
Diffstat (limited to 'CM_README')
-rw-r--r--CM_README27
1 files changed, 27 insertions, 0 deletions
diff --git a/CM_README b/CM_README
new file mode 100644
index 0000000..8f7edb0
--- /dev/null
+++ b/CM_README
@@ -0,0 +1,27 @@
+BUILDING THE KERNEL
+
+ In CyanogenMod 9, kernel building is now integrated into the Android Build
+ System and building through the Android Build System is the only supported
+ method of building the kernel.
+
+ Run the following command in the root directory of your Android tree to
+ build the kernel. (Replacing galaxysmtd with your build target.)
+
+ make -j4 out/target/product/galaxysmtd/boot.img
+
+ The resulting boot.img will be stored at
+
+ out/target/product/galaxysmtd/boot.img
+
+ And the kernel modules will be stored at
+
+ out/target/product/galaxysmtd/system/lib/modules/
+
+ Note: If you are building the entire system image, there is no need to
+ manually build the kernel. Building the kernel is fully integrated
+ into the Android Build System. This instruction is provided in case
+ you need to build only the kernel.
+
+ For more info, please see
+
+ http://wiki.cyanogenmod.com/wiki/Integrated_kernel_building \ No newline at end of file