diff options
Diffstat (limited to 'usr/src/uts/intel/scsi')
-rw-r--r-- | usr/src/uts/intel/scsi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/scsi/Makefile b/usr/src/uts/intel/scsi/Makefile index 5aeaf4c0f1..60577c36d7 100644 --- a/usr/src/uts/intel/scsi/Makefile +++ b/usr/src/uts/intel/scsi/Makefile @@ -24,6 +24,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. # # This makefile drives the production of the scsi kernel module. @@ -75,6 +76,9 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMATCH=off + # # Default build targets. # |