diff options
Diffstat (limited to 'usr/src/uts/intel/agpgart/Makefile')
-rw-r--r-- | usr/src/uts/intel/agpgart/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/src/uts/intel/agpgart/Makefile b/usr/src/uts/intel/agpgart/Makefile index e80b1db6cf..85153fd65c 100644 --- a/usr/src/uts/intel/agpgart/Makefile +++ b/usr/src/uts/intel/agpgart/Makefile @@ -2,8 +2,7 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# uts/intel/agpgart/Makefile -# +# Copyright (c) 2018, Joyent, Inc. # # This makefile drives the framework of agp protocol @@ -39,6 +38,9 @@ CERRWARN += -_gcc=-Wno-switch CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized +# needs work +$(OBJS_DIR)/agpgart.o := SMOFF += deref_check + # # For now, disable these lint checks; maintainers should endeavor # to investigate and remove these for maximum lint coverage. |