Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -19,21 +19,23 @@
# CDDL HEADER END
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# cmd/fwflash/Makefile.com
+# Copyright (c) 2018, Joyent, Inc.
#
-#
# common rules for $SRC/cmd/fwflash
CLOSED= $(SRC)/../closed
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-address
+# not linted
+SMATCH=off
+
ROOTUSR= $(ROOT)/usr
ROOTUSRINCLD= $(ROOTUSR)/include
ROOTUSRINCLDFWFLASH= $(ROOTUSRINCLD)/fwflash
ROOTUSRLIB= $(ROOTUSR)/lib
ROOTUSRLIBFWFLASH= $(ROOTUSRLIB)/fwflash