Print this page
10079 smatch Makefile changes for usr/src/lib

@@ -22,10 +22,11 @@
 #
 # Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
 # Copyright 2017 Jason King
 # Copyright (c) 2018, Joyent, Inc.
 #
+# Copyright (c) 2018, Joyent, Inc.
 
 LIBRARY =       libsoftcrypto.a
 VERS =          .1
 
 include         ../Makefile.com

@@ -40,10 +41,13 @@
 
 CERRWARN +=     -_gcc=-Wno-type-limits
 CERRWARN +=     -_gcc=-Wno-parentheses
 CERRWARN +=     -_gcc=-Wno-uninitialized
 
+# not linted
+SMATCH=off
+
 AES_PSM_SRC =   $(AES_DIR)/$(MACH64)/aes_amd64.s \
                 $(AES_DIR)/$(MACH64)/aes_intel.s \
                 $(AES_DIR)/$(MACH64)/aeskey.c
 ARCFOUR_PSM_SRC = arcfour-x86_64.s
 BIGNUM_PSM_SRC = $(BIGNUM_DIR)/$(MACH64)/bignum_amd64.c \