diff options
author | Robert Mustacchi <rm@joyent.com> | 2019-06-08 01:35:39 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2019-06-21 17:52:24 +0000 |
commit | c6ce7a25abbb33fa38edd55230b7992c5a36ce91 (patch) | |
tree | 7141755661b79ec4feb3f61dea932f535fc4efe5 /usr/src/uts/i86pc | |
parent | f866eafe56a327754d101195d6d63f024fb095a5 (diff) | |
download | illumos-joyent-c6ce7a25abbb33fa38edd55230b7992c5a36ce91.tar.gz |
OS-7719 PCIe speeds and feeds should be exposed to userland
OS-7718 pcieb should enable link bandwidth notifications
OS-7742 Clean up pcieb CERRWARN and smatch
OS-7743 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>
Approved by: Rob Johnston <rob.johnston@joyent.com>
Diffstat (limited to 'usr/src/uts/i86pc')
-rw-r--r-- | usr/src/uts/i86pc/pcie/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/i86pc/pcie/Makefile b/usr/src/uts/i86pc/pcie/Makefile index b72a3772dc..1a849006f5 100644 --- a/usr/src/uts/i86pc/pcie/Makefile +++ b/usr/src/uts/i86pc/pcie/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. # Copyright 2019 OmniOS Community Edition (OmniOSce) Association. # @@ -57,8 +57,6 @@ ALL_TARGET = $(BINARY) INSTALL_TARGET = $(BINARY) $(ROOTMODULE) CERRWARN += -_gcc=-Wno-unused-value -CERRWARN += -_gcc=-Wno-uninitialized -CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-unused-variable CERRWARN += -_gcc=-Wno-unused-function # safe |