]> git.ipfire.org Git - people/ms/u-boot.git/commit - Makefile
add check infrastructure, default sparse
authorKim Phillips <kim.phillips@freescale.com>
Fri, 21 Sep 2012 12:28:17 +0000 (12:28 +0000)
committerTom Rini <trini@ti.com>
Mon, 15 Oct 2012 18:54:03 +0000 (11:54 -0700)
commit4ab64933e3372ef0ad759fc7eae95713f9afd817
tree1b0a01d15decc8cbf3364898714ca118dda7cebb
parente46a4350b484cf7bc4ab861967bf303fc439c9e0
add check infrastructure, default sparse

Add support for running source code checkers on u-boot source, e.g.,
using sparse to aid with typechecking.  This comes in especially
handy as SoC vendors mix and match cores and devices with different
endianness, thus here we add CHECK_ENDIAN to the otherwise linux
kernel default CHECKFLAGS.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Makefile
config.mk