Another patchset from CK to lighten vm load
[kernel-bfs] / kernel-bfs-2.6.28 / debian / rules
index 9cf84ae..93b7401 100644 (file)
@@ -59,6 +59,8 @@ configure-stamp:
 kernel-stamp: configure-stamp
        echo "compile $(PRODUCT) kernel"
        cd $(KSRC) && $(MAKE) $(NJOBS) $(EXTRAVERSION) zImage
+       mkimage  -A arm -O linux -T kernel -C none -a 80008000 -e 80008000 -n kernel-bfs -d $(BUILDTMP)/arch/arm/boot/zImage $(BUILDTMP)/arch/arm/boot/uImage
+       cp $(BUILDTMP)/arch/arm/boot/uImage ../uImage
        touch $@
 
 modules-stamp: configure-stamp