hacks for uImage and GPH compatible modules
authorGrazvydas Ignotas <notasas@gmail.com>
Wed, 27 May 2009 13:38:22 +0000 (16:38 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 17 Jul 2009 13:08:17 +0000 (16:08 +0300)
arch/arm/boot/Makefile
scripts/setlocalversion

index b3432bb..e571547 100644 (file)
@@ -69,9 +69,9 @@ quiet_cmd_uimage = UIMAGE  $@
 #                 -C gzip -a $(ZRELADDR) -e $(ZRELADDR) \
 #                 -n 'Linux-$(KERNELRELEASE)' -d $< $@
 
-#$(obj)/uImage:        $(obj)/zImage FORCE
-#      $(call if_changed,uimage)
-#      @echo '  Image $@ is ready'
+$(obj)/uImage: $(obj)/zImage FORCE
+       $(call if_changed,uimage)
+       @echo '  Image $@ is ready'
 
 #$(obj)/Image.gz:        $(obj)/Image FORCE
 #      $(call if_changed,gzip)
index 82e4993..dba4087 100644 (file)
@@ -8,6 +8,7 @@ usage() {
 
 cd "${1:-.}" || usage
 
+exit 0
 # Check for git and a git repo.
 if head=`git rev-parse --verify HEAD 2>/dev/null`; then
        # Do we have an untagged version?