summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/keysock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/keysock/Makefile')
-rw-r--r--usr/src/uts/intel/keysock/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/uts/intel/keysock/Makefile b/usr/src/uts/intel/keysock/Makefile
index 99a1f7b1d8..2670a2e7b6 100644
--- a/usr/src/uts/intel/keysock/Makefile
+++ b/usr/src/uts/intel/keysock/Makefile
@@ -23,9 +23,10 @@
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
#
-# This makefile drives the production of the keysock driver
+# This makefile drives the production of the keysock driver
# kernel module.
#
# intel implementation architecture dependent
@@ -75,6 +76,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
CERRWARN += -_gcc=-Wno-unused-variable
+# needs work
+$(OBJS_DIR)/keysockddi.o := SMOFF += index_overflow
+
#
# Default build targets.
#