.. but after zImage is generated (doh)
authorPeter Hunt <peter_j_hunt@hotmail.com>
Wed, 25 May 2011 21:05:14 +0000 (21:05 +0000)
committerPeter Hunt <peter_j_hunt@hotmail.com>
Wed, 25 May 2011 21:05:14 +0000 (21:05 +0000)
kernel-bfs-2.6.28/debian/rules

index 7dcd7d9..93b7401 100644 (file)
@@ -58,9 +58,9 @@ 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
-       cd $(KSRC) && $(MAKE) $(NJOBS) $(EXTRAVERSION) zImage
        touch $@
 
 modules-stamp: configure-stamp