diff options
Diffstat (limited to 'usr/src/uts/intel/usbsacm/Makefile')
-rw-r--r-- | usr/src/uts/intel/usbsacm/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/uts/intel/usbsacm/Makefile b/usr/src/uts/intel/usbsacm/Makefile index 23da8c76d0..09cc016b1f 100644 --- a/usr/src/uts/intel/usbsacm/Makefile +++ b/usr/src/uts/intel/usbsacm/Makefile @@ -23,9 +23,8 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# -# This makefile drives the production of Abstract Control Model of -# USB Communication Devices Class dirver. +# Copyright (c) 2018, Joyent, Inc. + # # Path to the base of the uts directory tree (usually /usr/src/uts). # @@ -48,6 +47,9 @@ LDFLAGS += -dy -Nmisc/usba -Nmisc/usbser CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMOFF += deref_check + # # Define targets # |