Print this page
9534 xhci_portsc should only be installed on x86

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile
          +++ new/usr/src/cmd/Makefile
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  
  22   22  #
  23   23  # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
  24   24  # Copyright (c) 2017, Joyent, Inc.
  25   25  # Copyright (c) 2012 by Delphix. All rights reserved.
  26   26  # Copyright (c) 2013 DEY Storage Systems, Inc. All rights reserved.
  27   27  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  28   28  # Copyright 2016 Toomas Soome <tsoome@me.com>
  29   29  # Copyright 2016 Nexenta Systems, Inc.
       30 +# Copyright 2018 Gary Mills
  30   31  #
  31   32  
  32   33  include ../Makefile.master
  33   34  
  34   35  #
  35   36  #       Note that the commands 'lp', and 'perl' are first in
  36   37  #       the list, violating alphabetical order.  This is because they are very
  37   38  #       long-running and should be given the most wall-clock time for a
  38   39  #       parallel build.
  39   40  #
↓ open down ↓ 403 lines elided ↑ open up ↑
 443  444          vt              \
 444  445          vtfontcvt       \
 445  446          w               \
 446  447          wall            \
 447  448          which           \
 448  449          who             \
 449  450          whodo           \
 450  451          wracct          \
 451  452          write           \
 452  453          xargs           \
 453      -        xhci            \
 454  454          xstr            \
 455  455          yes             \
 456  456          ypcmd           \
 457  457          yppasswd        \
 458  458          zdb             \
 459  459          zdump           \
 460  460          zfs             \
 461  461          zhack           \
 462  462          zic             \
 463  463          zinject         \
↓ open down ↓ 10 lines elided ↑ open up ↑
 474  474  
 475  475  i386_SUBDIRS=           \
 476  476          acpi            \
 477  477          acpihpd         \
 478  478          addbadsec       \
 479  479          biosdev         \
 480  480          diskscan        \
 481  481          nvmeadm         \
 482  482          rtc             \
 483  483          ucodeadm        \
      484 +        xhci            \
 484  485          xvm
 485  486  
 486  487  sparc_SUBDIRS=          \
 487  488          cvcd            \
 488  489          dcs             \
 489  490          device_remap    \
 490  491          drd             \
 491  492          fruadm          \
 492  493          ldmad           \
 493  494          oplhpd          \
↓ open down ↓ 345 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX