diff options
Diffstat (limited to 'usr/src/uts/intel/qlc')
-rw-r--r-- | usr/src/uts/intel/qlc/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/intel/qlc/Makefile b/usr/src/uts/intel/qlc/Makefile index c9071abe6a..22661960b6 100644 --- a/usr/src/uts/intel/qlc/Makefile +++ b/usr/src/uts/intel/qlc/Makefile @@ -22,7 +22,8 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of qlc driver kernel module. +# Copyright (c) 2018, Joyent, Inc. + # # Path to the base of the uts directory tree (usually /usr/src/uts). # @@ -81,6 +82,9 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-type-limits CERRWARN += -_gcc=-Wno-parentheses +# needs work +SMATCH=off + # # Default build targets. # |