Module Name: src
Committed By: joerg
Date: Sun Sep 25 22:26:33 UTC 2011
Modified Files:
src/sys/conf: Makefile.kern.inc
Log Message:
Allow analyze to work by including bsd.clang-analyze.mk for kernels
To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/conf/Makefile.kern.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/conf/Makefile.kern.inc
diff -u src/sys/conf/Makefile.kern.inc:1.148 src/sys/conf/Makefile.kern.inc:1.149
--- src/sys/conf/Makefile.kern.inc:1.148 Wed Aug 31 20:16:43 2011
+++ src/sys/conf/Makefile.kern.inc Sun Sep 25 22:26:33 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.kern.inc,v 1.148 2011/08/31 20:16:43 plunky Exp $
+# $NetBSD: Makefile.kern.inc,v 1.149 2011/09/25 22:26:33 joerg Exp $
#
# This file contains common `MI' targets and definitions and it is included
# at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -532,6 +532,7 @@ CPPFLAGS+= ${CPPFLAGS.${.IMPSRC:T}}
CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}
.include <bsd.files.mk>
+.include <bsd.clang-analyze.mk>
##
## the end