Print this page
10077 usr/src/uts/ Makefile changes for smatch
*** 20,37 ****
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#
- # This makefile drives the production of the ibtl kernel module.
- #
- # intel architecture dependent
- #
-
- #
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
#
--- 20,32 ----
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+ # Copyright (c) 2018, Joyent, Inc.
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
#
UTSBASE = ../..
#
*** 78,87 ****
--- 73,85 ----
CERRWARN += -_gcc=-Wno-switch
CERRWARN += -_gcc=-Wno-uninitialized
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-unused-value
+ # needs work
+ $(OBJS_DIR)/ibtl_impl.o := SMOFF += precedence
+
#
# Default build targets.
#
.KEEP_STATE: