u-boot/scripts
Masahiro Yamada 7424145f30 kbuild: consolidate version and timestamp headers generation
- Generate include/generated/{timestamp.h, version.h}
   more simply by using filechk rule.

 - Add $(UBOOTRELEASE) variable and re-write u-boot.imx rule
   more simply.

 - Rename U_BOOT_VERSION in Makefile to UBOOTVERSION

   Before this commit, the same variable name, "U_BOOT_VERSION"
   was used for two different strings.

   One of them was defined in Makefile.
   It takes the form like "2014.01-rc1" and used in
   makefiles and script files.

   The other is defined in include/generated/version.h
   It takes the form like "U-Boot 2014.01-rc1-00010-gbe6d426-dirty"
   and used in C and Aseembler.

   It is confusing when grepping the source tree. So, this commit
   renames the former to UBOOTVERSION.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
2014-02-25 11:01:28 -05:00
..
basic kbuild: import more build scripts from Linux v3.13 tag 2014-02-19 11:07:50 -05:00
.gitignore kernel-doc: move kernel-doc tools to scripts/ 2014-02-19 11:10:04 -05:00
Kbuild.include kbuild: Do not generate .*.su files at the top directory 2014-02-19 11:10:04 -05:00
Makefile kernel-doc: move kernel-doc tools to scripts/ 2014-02-19 11:10:04 -05:00
Makefile.build kbuild: move include directives of board configuration files 2014-02-19 11:07:51 -05:00
Makefile.clean kbuild: use scripts/Makefile.clean 2014-02-19 11:10:04 -05:00
Makefile.host kbuild: import more build scripts from Linux v3.13 tag 2014-02-19 11:07:50 -05:00
Makefile.lib dts: move device tree sources to arch/$(ARCH)/dts/ 2014-02-19 11:10:05 -05:00
binutils-version.sh Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00
checkpatch.pl Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00
checkstack.pl Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00
cleanpatch Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00
docproc.c kernel-doc: update kernel-doc related files to Linux v3.13 2014-02-19 11:10:04 -05:00
dtc-version.sh Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00
gcc-stack-usage.sh Makefile: add a new script to check -fstack-usage support 2014-02-25 07:51:08 -05:00
gcc-version.sh Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00
kernel-doc kbuild: consolidate version and timestamp headers generation 2014-02-25 11:01:28 -05:00
mkmakefile kbuild: import more build scripts from Linux v3.13 tag 2014-02-19 11:07:50 -05:00
setlocalversion Makefile: Move some scripts imported from Linux 2013-12-13 09:18:45 -05:00