diff options
Diffstat (limited to 'usr/src/uts/intel/rpcib/Makefile')
-rw-r--r-- | usr/src/uts/intel/rpcib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/rpcib/Makefile b/usr/src/uts/intel/rpcib/Makefile index f90003d045..ce04217815 100644 --- a/usr/src/uts/intel/rpcib/Makefile +++ b/usr/src/uts/intel/rpcib/Makefile @@ -22,6 +22,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 kernel @@ -77,6 +78,9 @@ CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-unused-function CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMATCH=off + # # Default build targets. # |