diff options
Diffstat (limited to 'usr/src/cmd/fwflash/Makefile.com')
| -rw-r--r-- | usr/src/cmd/fwflash/Makefile.com | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/cmd/fwflash/Makefile.com b/usr/src/cmd/fwflash/Makefile.com index 5f0873b244..6aecb4abf0 100644 --- a/usr/src/cmd/fwflash/Makefile.com +++ b/usr/src/cmd/fwflash/Makefile.com @@ -21,8 +21,7 @@ # 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 @@ -32,6 +31,9 @@ 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 |
