Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/tazmo/Makefile.tazmo.shared
          +++ new/usr/src/uts/sun4u/tazmo/Makefile.tazmo
↓ open down ↓ 59 lines elided ↑ open up ↑
  60   60  #
  61   61  # Define objects.
  62   62  #
  63   63  TAZMO_OBJS      = tazmo.o
  64   64  
  65   65  include $(UTSBASE)/sun4u/tazmo/Makefile.files
  66   66  
  67   67  #
  68   68  #       Include common rules.
  69   69  #
  70      -include $(UTSTREE)/sun4u/Makefile.sun4u
       70 +include $(UTSBASE)/sun4u/Makefile.sun4u
  71   71  
  72   72  #
  73   73  #       Define modules (must come after Makefile.sun4u).
  74   74  #
  75   75  TAZMO_KMODS     = platmod
  76   76  TAZMO_KMODS     += envctrl
  77   77  
  78   78  #
  79   79  # For now, disable these lint checks; maintainers should endeavor
  80   80  # to investigate and remove these for maximum lint coverage.
  81   81  # Please do not carry these forward to new Makefiles.
  82   82  #
  83   83  LINTTAGS        += -erroff=E_PTRDIFF_OVERFLOW
  84   84  LINTTAGS        += -erroff=E_BAD_PTR_CAST_ALIGN
  85   85  LINTTAGS        += -erroff=E_ASSIGN_NARROW_CONV
  86   86  LINTTAGS        += -erroff=E_SUSPICIOUS_COMPARISON
  87   87  
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX