Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/starcat/Makefile.starcat.shared
          +++ new/usr/src/uts/sun4u/starcat/Makefile.starcat
↓ 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      -#
  27   25  #       Global definitions for sun4u starcat implementation specific modules.
  28   26  #
  29   27  
  30   28  #
  31   29  #       Define directories.
  32   30  #
  33   31  ROOT_STARCAT_DIR        = $(ROOT_PLAT_DIR)/SUNW,Sun-Fire-15000
  34   32  ROOT_STARCAT_MOD_DIR    = $(ROOT_STARCAT_DIR)/kernel
  35   33  ROOT_STARCAT_KERN_DIR_32 = $(ROOT_STARCAT_MOD_DIR)
  36   34  ROOT_STARCAT_KERN_DIR_64 = $(ROOT_STARCAT_MOD_DIR)/$(SUBDIR64)
↓ open down ↓ 28 lines elided ↑ open up ↑
  65   63  #       collection of files per module, and a few specific flags. Note
  66   64  #       that order is significant, just as with an include path. The
  67   65  #       first build rule template which matches the files name will be
  68   66  #       used. By including these in order from most machine dependent
  69   67  #       to most machine independent, we allow a machine dependent file
  70   68  #       to be used in preference over a machine independent version
  71   69  #       (Such as a machine specific optimization, which preserves the
  72   70  #       interfaces.)
  73   71  #
  74   72  include $(UTSBASE)/sun4u/ngdr/Makefile.files
  75      -include $(UTSTREE)/sun4u/starcat/Makefile.files
       73 +include $(UTSBASE)/sun4u/starcat/Makefile.files
  76   74  
  77   75  #
  78   76  #       Include common rules.
  79   77  #
  80      -include $(UTSTREE)/sun4u/Makefile.sun4u
       78 +include $(UTSBASE)/sun4u/Makefile.sun4u
  81   79  
  82   80  #
  83   81  #       Define modules
  84   82  #
  85   83  STARCAT_KMODS   += axq
  86   84  STARCAT_KMODS   += cvc
  87   85  STARCAT_KMODS   += cvcredir
  88   86  STARCAT_KMODS   += dman
  89   87  STARCAT_KMODS   += dr
  90   88  STARCAT_KMODS   += drmach
↓ open down ↓ 67 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX