summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/pcieb
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2019-07-08 15:11:53 +0000
committerRobert Mustacchi <rm@joyent.com>2019-08-19 17:40:33 +0000
commitb3d69c058376d802cdebbced341adcb3253b113c (patch)
tree8e32fdd7269ed1869bc0e523d1a72fe49df69a09 /usr/src/uts/intel/pcieb
parente386d4dde2e66dfdb5d0ac143d970d0a77af2786 (diff)
downloadillumos-joyent-b3d69c058376d802cdebbced341adcb3253b113c.tar.gz
11376 PCIe speeds and feeds should be exposed to userland
11373 pcieb should enable link bandwidth notifications 11374 Clean up pcieb CERRWARN and smatch 11375 Clean up pcie module -Wno-uninitialized and -Wno-parentheses Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com> Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Paul Winder <Paul.Winder@wdc.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/uts/intel/pcieb')
-rw-r--r--usr/src/uts/intel/pcieb/Makefile18
1 files changed, 1 insertions, 17 deletions
diff --git a/usr/src/uts/intel/pcieb/Makefile b/usr/src/uts/intel/pcieb/Makefile
index 3b9f363520..38f4b38a98 100644
--- a/usr/src/uts/intel/pcieb/Makefile
+++ b/usr/src/uts/intel/pcieb/Makefile
@@ -24,7 +24,7 @@
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
-# Copyright (c) 2018, Joyent, Inc.
+# Copyright 2019 Joyent, Inc.
#
# Path to the base of the uts directory tree (usually /usr/src/uts).
@@ -64,21 +64,6 @@ MODSTUBS_DIR = $(OBJS_DIR)
CLEANFILES += $(MODSTUBS_O)
#
-# For now, disable these lint checks; maintainers should endeavor
-# to investigate and remove these for maximum lint coverage.
-# Please do not carry these forward to new Makefiles.
-#
-LINTTAGS += -erroff=E_SUSPICIOUS_COMPARISON
-LINTTAGS += -erroff=E_BAD_PTR_CAST_ALIGN
-LINTTAGS += -erroff=E_PTRDIFF_OVERFLOW
-LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV
-
-CERRWARN += -_gcc=-Wno-unused-value
-
-# needs work
-SMOFF += all_func_returns
-
-#
# Default build targets.
#
.KEEP_STATE:
@@ -103,4 +88,3 @@ install: $(INSTALL_DEPS)
# Include common targets.
#
include $(UTSBASE)/intel/Makefile.targ
-