sparse: add as a new package selectable from the config
authorJohn Crispin <john@openwrt.org>
Sat, 12 Apr 2014 21:21:49 +0000 (21:21 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 12 Apr 2014 21:21:49 +0000 (21:21 +0000)
commit76133009c90284c6c0eab59207f01980a3222213
tree3225ab99d9d57b5de3be77190f5a9ade3949ee0b
parent72803e0e27ec149784ff22ee528a7c11c6eefed1
sparse: add as a new package selectable from the config

This change does multiple things, all related to enable sparse usage as
a static analysis tool selectable from the OpenWrt configuration:
*add a KERNEL_SPARSE option in the config to add sparse to the kernel
 build (through the C=1 option usage)
*add sparse as a new host tools. It will get selected automatically when
 the above option will be enabled

Signed-off-by: Mathieu Olivari <mathieu@qca.qualcomm.com>
SVN-Revision: 40490
config/Config-kernel.in
include/kernel-defaults.mk
tools/Makefile
tools/sparse/Makefile [new file with mode: 0644]