Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/Makefile.sun4u.shared
          +++ new/usr/src/uts/sun4u/Makefile.sun4u
↓ open down ↓ 132 lines elided ↑ open up ↑
 133  133  #       collection of files per module, and a few specific flags. Note
 134  134  #       that order is significant, just as with an include path. The
 135  135  #       first build rule template which matches the files name will be
 136  136  #       used. By including these in order from most machine dependent
 137  137  #       to most machine independent, we allow a machine dependent file
 138  138  #       to be used in preference over a machine independent version
 139  139  #       (Such as a machine specific optimization, which preserves the
 140  140  #       interfaces.)
 141  141  #
 142  142  include $(UTSBASE)/sun4/Makefile.files
 143      -include $(UTSTREE)/$(PLATFORM)/Makefile.files
      143 +include $(UTSBASE)/$(PLATFORM)/Makefile.files
 144  144  include $(UTSBASE)/sfmmu/Makefile.files
 145  145  include $(UTSBASE)/sparc/v9/Makefile.files
 146  146  include $(UTSBASE)/sparc/Makefile.files
 147      -include $(UTSTREE)/sun/Makefile.files
      147 +include $(UTSBASE)/sun/Makefile.files
 148  148  include $(SRC)/psm/promif/$(PROMIF)/common/Makefile.files
 149  149  include $(SRC)/psm/promif/$(PROMIF)/$(PLATFORM)/Makefile.files
 150      -include $(UTSTREE)/common/Makefile.files
      150 +include $(UTSBASE)/common/Makefile.files
 151  151  
 152  152  #
 153  153  #       Include machine independent rules. Note that this does not imply
 154  154  #       that the resulting module from rules in Makefile.uts is machine
 155  155  #       independent. Only that the build rules are machine independent.
 156  156  #
 157  157  include $(UTSBASE)/Makefile.uts
 158  158  
 159  159  # These come after Makefile.uts.
 160  160  IMPLEMENTATIONS          = tazmo 
↓ open down ↓ 316 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX