Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/blade/Makefile.blade.shared
          +++ new/usr/src/uts/sun4u/blade/Makefile.blade
↓ open down ↓ 68 lines elided ↑ open up ↑
  69   69  #       collection of files per module, and a few specific flags. Note
  70   70  #       that order is significant, just as with an include path. The
  71   71  #       first build rule template which matches the files name will be
  72   72  #       used. By including these in order from most machine dependent
  73   73  #       to most machine independent, we allow a machine dependent file
  74   74  #       to be used in preference over a machine independent version
  75   75  #       (Such as a machine specific optimization, which preserves the
  76   76  #       interfaces.)
  77   77  #
  78   78  
  79      -include $(UTSTREE)/sun4u/blade/Makefile.files
       79 +include $(UTSBASE)/sun4u/blade/Makefile.files
  80   80  
  81   81  #
  82   82  #       Include common rules.
  83   83  #
  84      -include $(UTSTREE)/sun4u/Makefile.sun4u
       84 +include $(UTSBASE)/sun4u/Makefile.sun4u
  85   85  
  86   86  #
  87   87  #       Define modules (must come after Makefile.sun4u).
  88   88  #
  89   89  BLADE_KMODS             = platmod
  90   90  BLADE_KMODS             += bscbus
  91   91  BLADE_KMODS             += bscv
  92   92  
  93   93  LINTS_DIR       = $(OBJS_DIR)
  94   94  LINT_LIB_DIR    = $(UTSBASE)/$(PLATFORM)/blade/lint-libs/$(OBJS_DIR)
↓ open down ↓ 28 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX