Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -20,10 +20,11 @@
#
#
# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
+# Copyright (c) 2018, Joyent, Inc.
MODULE = disk-monitor
CLASS = common
SRCS = disk_monitor.c diskmon_conf.c topo_gather.c \
hotplug_mgr.c dm_platform.c schg_mgr.c util.c
@@ -33,5 +34,8 @@
LINTFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk -L$(ROOT)/usr/lib/fm
CFLAGS += -I. -I$(SRC)/lib/fm/topo/modules/common/disk
LDLIBS += -lsysevent -lnvpair -lsmbios -lcfgadm -ltopo -luutil -lipmi
LDFLAGS += -L$(ROOT)/usr/lib/fm -R/usr/lib/fm
CERRWARN += -_gcc=-Wno-uninitialized
+
+# not linted
+SMATCH=off