diff options
Diffstat (limited to 'usr/src/uts/intel/fp')
-rw-r--r-- | usr/src/uts/intel/fp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/intel/fp/Makefile b/usr/src/uts/intel/fp/Makefile index 55f405d69f..63bb075df0 100644 --- a/usr/src/uts/intel/fp/Makefile +++ b/usr/src/uts/intel/fp/Makefile @@ -23,12 +23,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "@(#)Makefile 1.10 08/07/25 SMI" -# -# This makefile drives the production of fp driver kernel module. -# -# i86pc architecture dependent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -79,6 +74,9 @@ LINTTAGS += -erroff=E_STATIC_UNUSED CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-function +# needs work +$(OBJS_DIR)/fp.o := SMOFF += all_func_returns,deref_check + # # Default build targets. # |