diff options
Diffstat (limited to 'usr/src/uts/intel/dadk')
-rw-r--r-- | usr/src/uts/intel/dadk/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/uts/intel/dadk/Makefile b/usr/src/uts/intel/dadk/Makefile index 85c6ff48be..d64833d0be 100644 --- a/usr/src/uts/intel/dadk/Makefile +++ b/usr/src/uts/intel/dadk/Makefile @@ -24,11 +24,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# This makefile drives the production of the dadk "misc" -# kernel module. -# -# intel architecture dependent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -75,6 +71,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-parentheses +# needs work +SMOFF += all_func_returns,signed + # # Default build targets. # |