diff options
Diffstat (limited to 'usr/src/uts/intel/kcf/Makefile')
-rw-r--r-- | usr/src/uts/intel/kcf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/intel/kcf/Makefile b/usr/src/uts/intel/kcf/Makefile index 1e3354a29e..3357077237 100644 --- a/usr/src/uts/intel/kcf/Makefile +++ b/usr/src/uts/intel/kcf/Makefile @@ -22,11 +22,7 @@ # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the Kernel Cryptographic -# Framework core module. -# -# Intel implementation architecture dependent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -74,6 +70,9 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-label +# needs work +SMOFF += all_func_returns,signed_integer_overflow_check + # # Default build targets. # |