diff options
Diffstat (limited to 'usr/src/uts/intel/usbecm/Makefile')
-rw-r--r-- | usr/src/uts/intel/usbecm/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/src/uts/intel/usbecm/Makefile b/usr/src/uts/intel/usbecm/Makefile index 3ee8f01ef6..b9687406f9 100644 --- a/usr/src/uts/intel/usbecm/Makefile +++ b/usr/src/uts/intel/usbecm/Makefile @@ -25,8 +25,8 @@ # # Copyright 2014 Garrett D'Amore <garrett@damore.org> # -# 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). # @@ -54,6 +54,9 @@ ALL_TARGET = $(BINARY) LINT_TARGET = $(MODULE).lint INSTALL_TARGET = $(BINARY) $(ROOTMODULE) +# needs work +SMOFF += deref_check + .KEEP_STATE: all: $(ALL_DEPS) |