Print this page
10077 usr/src/uts/ Makefile changes for smatch

@@ -21,14 +21,11 @@
 # uts/intel/fcip/Makefile
 #
 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-# This makefile drives the production of fcip driver kernel module.
-#
-# i86pc architecture dependent
-#
+# Copyright (c) 2018, Joyent, Inc.
 
 #
 #       Path to the base of the uts directory tree (usually /usr/src/uts).
 #
 UTSBASE = ../..

@@ -72,10 +69,13 @@
 LINTTAGS        += -erroff=E_INCONS_VAL_TYPE_USED2
 
 CERRWARN        += -_gcc=-Wno-parentheses
 CERRWARN        += -_gcc=-Wno-type-limits
 
+# needs work
+SMATCH=off
+
 #
 #       Default build targets.
 #
 .KEEP_STATE: