Print this page
10080 smatch Makefile changes for usr/src/cmd
@@ -6,11 +6,11 @@
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
-# Copyright 2016 Joyent, Inc.
+# Copyright (c) 2018, Joyent, Inc.
# Copyright 2016 RackTop Systems.
#
PROG= acpidump
@@ -21,10 +21,13 @@
utbuffer.o osunixdir.o
SRCS = $(OBJS:.o=.c)
CERRWARN += -_gcc=-Wno-unused-function
+# not linted
+SMATCH=off
+
CPPFLAGS += -I$(SRC)/uts/intel/sys/acpi -DACPI_DUMP_APP
LDLIBS += -ldevinfo
.KEEP_STATE: