]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
fw_env: calculate default number of env sectors
[karo-tx-uboot.git] / Makefile
index ee16d8cfc7bb4f3b8cd7f4a15ce3aef2d7aee443..b7953382b5d002c351895be69850416f743d4a5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
 VERSION = 2014
 PATCHLEVEL = 04
 SUBLEVEL =
-EXTRAVERSION = -rc1
+EXTRAVERSION = -rc2
 NAME =
 
 # *DOCUMENTATION*
@@ -1022,7 +1022,7 @@ define filechk_timestamp.h
        LC_ALL=C date +'#define U_BOOT_TIME "%T"')
 endef
 
-$(version_h): $(srctree)/Makefile FORCE
+$(version_h): include/config/uboot.release FORCE
        $(call filechk,version.h)
 
 $(timestamp_h): $(srctree)/Makefile FORCE