diff options
Diffstat (limited to 'usr/src/uts/intel/icmp/Makefile')
-rw-r--r-- | usr/src/uts/intel/icmp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/icmp/Makefile b/usr/src/uts/intel/icmp/Makefile index 259530f9dc..4a88d2a885 100644 --- a/usr/src/uts/intel/icmp/Makefile +++ b/usr/src/uts/intel/icmp/Makefile @@ -23,6 +23,7 @@ # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. +# Copyright (c) 2018, Joyent, Inc. # # This makefile drives the production of the icmp IP driver # @@ -77,6 +78,9 @@ LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV +# needs work +$(OBJS_DIR)/icmpddi.o := SMOFF += index_overflow + # # Default build targets. # |