build-sys: add smatch data

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2011-09-13 11:10:18 +02:00
parent d36ee054ca
commit 57970842cc
2 changed files with 10 additions and 1 deletions

View file

@ -47,4 +47,4 @@ $(ul_libmount_la):
# smatch scan -- smatch and cgcc are expected in $PATH
#
checksmatch:
make CHECK="smatch --no-data" CC=cgcc
make CHECK="smatch --data=$(top_srcdir)/tools/smatch-data" CC=cgcc