diff options
Diffstat (limited to 'usr/src/uts/intel/sfe')
-rw-r--r-- | usr/src/uts/intel/sfe/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/uts/intel/sfe/Makefile b/usr/src/uts/intel/sfe/Makefile index 00aaa13a71..e0b2b5e461 100644 --- a/usr/src/uts/intel/sfe/Makefile +++ b/usr/src/uts/intel/sfe/Makefile @@ -22,6 +22,8 @@ # 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 NS/SiS @@ -78,6 +80,9 @@ CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMOFF += all_func_returns + # # Driver depends on MAC & IP # |