diff options
Diffstat (limited to 'usr/src/uts/intel/pcieb')
-rw-r--r-- | usr/src/uts/intel/pcieb/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/src/uts/intel/pcieb/Makefile b/usr/src/uts/intel/pcieb/Makefile index be0357f8b2..3b9f363520 100644 --- a/usr/src/uts/intel/pcieb/Makefile +++ b/usr/src/uts/intel/pcieb/Makefile @@ -24,9 +24,7 @@ # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the pcieb driver kernel -# module. -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -77,6 +75,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-unused-value +# needs work +SMOFF += all_func_returns + # # Default build targets. # |