diff options
Diffstat (limited to 'usr/src/uts/intel/mii/Makefile')
-rw-r--r-- | usr/src/uts/intel/mii/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/uts/intel/mii/Makefile b/usr/src/uts/intel/mii/Makefile index 7f2167f18c..cd987a3a31 100644 --- a/usr/src/uts/intel/mii/Makefile +++ b/usr/src/uts/intel/mii/Makefile @@ -24,8 +24,7 @@ # Copyright 2010 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the mii support module. -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -57,6 +56,9 @@ LDFLAGS += -dy -N misc/mac CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-uninitialized +# needs work +SMOFF += all_func_returns + # # Default build targets. # |