diff options
Diffstat (limited to 'usr/src/uts/intel/fctl/Makefile')
-rw-r--r-- | usr/src/uts/intel/fctl/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/intel/fctl/Makefile b/usr/src/uts/intel/fctl/Makefile index e325f915e2..5d6dd01b08 100644 --- a/usr/src/uts/intel/fctl/Makefile +++ b/usr/src/uts/intel/fctl/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 fctl driver kernel module. -# -# i86pc architecture dependent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -70,6 +65,9 @@ LINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON CERRWARN += -_gcc=-Wno-uninitialized +# needs work +$(OBJS_DIR)/fctl.o := SMOFF += all_func_returns,deref_check + # # Default build targets. # |