Print this page
*** NO COMMENTS ***

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