diff options
Diffstat (limited to 'usr/src/uts/intel/ibcm/Makefile')
-rw-r--r-- | usr/src/uts/intel/ibcm/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/intel/ibcm/Makefile b/usr/src/uts/intel/ibcm/Makefile index 16799ca83f..38b6520778 100644 --- a/usr/src/uts/intel/ibcm/Makefile +++ b/usr/src/uts/intel/ibcm/Makefile @@ -22,11 +22,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# uts/intel/ibcm/Makefile -# -# This makefile drives the production of the ibcm kernel -# module. SPARC architecture dependent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -70,6 +66,9 @@ CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-value +# needs work +SMATCH=off + # # depends on misc/ibtl and misc/ibmf # |