Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/serengeti/Makefile.serengeti.shared
          +++ new/usr/src/uts/sun4u/serengeti/Makefile.serengeti
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#ident  "%Z%%M% %I%     %E% SMI"
  26   25  
  27   26  #
  28   27  #       Global definitions for sun4u implementation specific modules.
  29   28  #
  30   29  
  31   30  #
  32   31  #       Define the name of this implementation.
  33   32  #
  34   33  
  35   34  #
↓ open down ↓ 43 lines elided ↑ open up ↑
  79   78  #       to be used in preference over a machine independent version
  80   79  #       (Such as a machine specific optimization, which preserves the
  81   80  #       interfaces.)
  82   81  #
  83   82  
  84   83  #
  85   84  # Links to UltraSparc III crypto modules
  86   85  #
  87   86  SERENGETI_CRYPTO_LINKS  += aes
  88   87  
  89      -include $(UTSTREE)/sun4u/serengeti/Makefile.files
       88 +include $(UTSBASE)/sun4u/serengeti/Makefile.files
  90   89  #
  91   90  #       Include common rules.
  92   91  #
  93   92  
  94      -include $(UTSTREE)/sun4u/Makefile.sun4u
       93 +include $(UTSBASE)/sun4u/Makefile.sun4u
  95   94  
  96   95  #
  97   96  #       Define modules
  98   97  #
  99   98  SERENGETI_KMODS = cheetah cheetahplus  
 100   99  SERENGETI_KMODS += platmod sbdp sgcn sghsc sgsbbc ssm
 101  100  
 102  101  #
 103  102  #       Everybody needs to know how to build modstubs.o and to locate unix.o
 104  103  #
↓ open down ↓ 46 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX