diff options
Diffstat (limited to 'usr/src/uts/intel/fcip/Makefile')
-rw-r--r-- | usr/src/uts/intel/fcip/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/intel/fcip/Makefile b/usr/src/uts/intel/fcip/Makefile index f7187b5c4d..fd21612a52 100644 --- a/usr/src/uts/intel/fcip/Makefile +++ b/usr/src/uts/intel/fcip/Makefile @@ -23,10 +23,7 @@ # 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). @@ -74,6 +71,9 @@ LINTTAGS += -erroff=E_INCONS_VAL_TYPE_USED2 CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-type-limits +# needs work +SMATCH=off + # # Default build targets. # |