summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Mills <gary_mills@fastmail.fm>2018-05-15 18:45:06 -0500
committerRobert Mustacchi <rm@joyent.com>2018-05-24 22:20:36 +0000
commit1cdca625ac0e1e0a31db02a0dc4be33ae14b64cc (patch)
treee980cf9c5fb303ed72748c8212a28e156890975f
parent32ece1f96d76b7ae0165091c2bc2a3cdce36971b (diff)
downloadillumos-joyent-1cdca625ac0e1e0a31db02a0dc4be33ae14b64cc.tar.gz
9534 xhci_portsc should only be installed on x86
Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Robert Mustacchi <rm@joyent.com>
-rw-r--r--usr/src/cmd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile
index 3d5e3f3e5b..996cd553a7 100644
--- a/usr/src/cmd/Makefile
+++ b/usr/src/cmd/Makefile
@@ -27,6 +27,7 @@
# Copyright 2014 Garrett D'Amore <garrett@damore.org>
# Copyright 2016 Toomas Soome <tsoome@me.com>
# Copyright 2016 Nexenta Systems, Inc.
+# Copyright 2018 Gary Mills
#
include ../Makefile.master
@@ -451,7 +452,6 @@ COMMON_SUBDIRS= \
wracct \
write \
xargs \
- xhci \
xstr \
yes \
ypcmd \
@@ -482,6 +482,7 @@ i386_SUBDIRS= \
nvmeadm \
rtc \
ucodeadm \
+ xhci \
xvm
sparc_SUBDIRS= \