build: Add build flag to enable sparse checking of C source files
commitea471349bfe6f6a95877947db18f72c4cf693630
authorTobias Klauser <tklauser@distanz.ch>
Fri, 15 Aug 2014 08:23:32 +0000 (15 10:23 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Fri, 15 Aug 2014 08:26:49 +0000 (15 10:26 +0200)
treef9ebbb17b997bbcb57a4509da56ba7feff23565b
parent62bdf888459a6d2ae50d2d2d00447307e0190a97
build: Add build flag to enable sparse checking of C source files

Similar to the 'make C=1' for the Linux kernel, wire up the sparse
command for our build system in a similar fashion. Use 'make C=1 [tool]'
to check the source files using sparse. Of course, the sparse tool needs
to be installed and available in your $PATH for this to work.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Cmds
INSTALL
Makefile
Misc
Template