From b6b206fc7fb36f7b13b01acf70ed6e676e405998 Mon Sep 17 00:00:00 2001 From: John Levon Date: Sun, 16 Dec 2018 23:29:00 +0000 Subject: 10077 usr/src/uts/ Makefile changes for smatch Reviewed by: Andy Fiddaman Reviewed by: Jason King Approved by: Hans Rosenfeld --- usr/src/uts/intel/dca/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr/src/uts/intel/dca') diff --git a/usr/src/uts/intel/dca/Makefile b/usr/src/uts/intel/dca/Makefile index 034e2019c3..60cd04cd96 100644 --- a/usr/src/uts/intel/dca/Makefile +++ b/usr/src/uts/intel/dca/Makefile @@ -25,6 +25,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. # # This makefile drives the production of the DCA kCF provider. @@ -40,7 +41,7 @@ UTSBASE = ../.. # # Define the module and object file sets. # -MODULE = dca +MODULE = dca OBJECTS = $(DCA_OBJS:%=$(OBJS_DIR)/%) LINTS = $(DCA_OBJS:%.o=$(LINTS_DIR)/%.ln) ROOTMODULE = $(ROOT_DRV_DIR)/$(MODULE) @@ -69,6 +70,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-parentheses +# needs work +$(OBJS_DIR)/dca_rsa.o := SMOFF += deref_check + # # Default build targets. # -- cgit v1.2.3