diff options
Diffstat (limited to 'usr/src/uts/intel/sata')
-rw-r--r-- | usr/src/uts/intel/sata/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/intel/sata/Makefile b/usr/src/uts/intel/sata/Makefile index 9d4e9bb2fc..9b0540e56b 100644 --- a/usr/src/uts/intel/sata/Makefile +++ b/usr/src/uts/intel/sata/Makefile @@ -23,6 +23,8 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. + # # uts/intel/io/sata/Makefile @@ -91,6 +93,9 @@ CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-empty-body +# needs work +SMATCH=off + # # Default build targets. # |