summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2011-09-13 11:10:18 +0200
committerKarel Zak2011-09-13 11:10:18 +0200
commit57970842cc081be55c5c6ef4703c690bfb2f5e7f (patch)
treef0452abf97a5746b9a301e1f6e990c09f0cba94c /config
parentscript: non-ANSI definition [smatch scan] (diff)
downloadkernel-qcow2-util-linux-57970842cc081be55c5c6ef4703c690bfb2f5e7f.tar.gz
kernel-qcow2-util-linux-57970842cc081be55c5c6ef4703c690bfb2f5e7f.tar.xz
kernel-qcow2-util-linux-57970842cc081be55c5c6ef4703c690bfb2f5e7f.zip
build-sys: add smatch data
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am
index b033cf552..f377b0cb9 100644
--- a/config/include-Makefile.am
+++ b/config/include-Makefile.am
@@ -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