diff options
Diffstat (limited to 'usr/src/uts/intel/wc')
-rw-r--r-- | usr/src/uts/intel/wc/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/intel/wc/Makefile b/usr/src/uts/intel/wc/Makefile index d84d5a4faa..b855fa56bc 100644 --- a/usr/src/uts/intel/wc/Makefile +++ b/usr/src/uts/intel/wc/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 wc driver -# kernel module. -# -# intel implementation architecture independent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -63,6 +58,9 @@ LDFLAGS += -dy -Nmisc/tem -Ndacf/consconfig_dacf CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMOFF += deref_check + # # Default build targets. # |