diff options
Diffstat (limited to 'usr/src/uts/intel/hermon/Makefile')
-rw-r--r-- | usr/src/uts/intel/hermon/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/intel/hermon/Makefile b/usr/src/uts/intel/hermon/Makefile index 1949d8f6ec..bfcc27f547 100644 --- a/usr/src/uts/intel/hermon/Makefile +++ b/usr/src/uts/intel/hermon/Makefile @@ -23,12 +23,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the hermon InfiniBand module -# -# intel architecture dependent -# -# uts/intel/hermon/Makefile -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -78,6 +73,9 @@ CERRWARN += -_gcc=-Wno-unused-label CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMATCH=off + # # Default build targets. # |