summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/arp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/arp/Makefile')
-rw-r--r--usr/src/uts/intel/arp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/uts/intel/arp/Makefile b/usr/src/uts/intel/arp/Makefile
index 9b91950434..33a2cbb716 100644
--- a/usr/src/uts/intel/arp/Makefile
+++ b/usr/src/uts/intel/arp/Makefile
@@ -24,10 +24,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# This makefile drives the production of the arp driver kernel module.
-#
-# intel implementation architecture dependent
-#
+# Copyright (c) 2018, Joyent, Inc.
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
@@ -76,6 +73,9 @@ LDFLAGS += -dy -Ndrv/ip
LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
+# false positive
+SMOFF += index_overflow
+
#
# Default build targets.
#