diff options
Diffstat (limited to 'usr/src/uts/intel/doorfs')
-rw-r--r-- | usr/src/uts/intel/doorfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/doorfs/Makefile b/usr/src/uts/intel/doorfs/Makefile index f0bfcbee8b..289992ea9f 100644 --- a/usr/src/uts/intel/doorfs/Makefile +++ b/usr/src/uts/intel/doorfs/Makefile @@ -23,6 +23,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 doorfs driver kernel module. @@ -76,6 +77,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# needs work +$(OBJS_DIR)/door_sys.o := SMOFF += deref_check + # # Default build targets. # |