diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-12 21:21:49 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-12 21:21:49 +0000 |
commit | 12bb716ac3dacb9fe835f2adcb23c4234d74003c (patch) | |
tree | 6b15651ee1a9e41fc8e642baaf49116acad14ac3 /config | |
parent | 9f3447fc0e3c5933c2b215bb6298b525404f0283 (diff) | |
download | upstream-12bb716ac3dacb9fe835f2adcb23c4234d74003c.tar.gz upstream-12bb716ac3dacb9fe835f2adcb23c4234d74003c.tar.bz2 upstream-12bb716ac3dacb9fe835f2adcb23c4234d74003c.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40490 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in index a475e9aae2..dd83cf9e7c 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -144,6 +144,10 @@ config USE_RFKILL bool "Enable rfkill support" default RFKILL_SUPPORT +config USE_SPARSE + bool "Enable sparse check during kernel build" + default n + # # CGROUP support symbols # |