Print this page
*** NO COMMENTS ***

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