Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.intel.shared
          +++ new/usr/src/uts/intel/Makefile.intel
↓ open down ↓ 57 lines elided ↑ open up ↑
  58   58  #       Include the makefiles which define build rule templates, the
  59   59  #       collection of files per module, and a few specific flags. Note
  60   60  #       that order is significant, just as with an include path. The
  61   61  #       first build rule template which matches the files name will be
  62   62  #       used. By including these in order from most machine dependent
  63   63  #       to most machine independent, we allow a machine dependent file
  64   64  #       to be used in preference over a machine independent version
  65   65  #       (Such as a machine specific optimization, which preserves the
  66   66  #       interfaces.)
  67   67  #
  68      -include $(UTSTREE)/intel/Makefile.files
  69      -include $(UTSTREE)/common/Makefile.files
       68 +include $(UTSBASE)/intel/Makefile.files
       69 +include $(UTSBASE)/common/Makefile.files
  70   70  
  71   71  #
  72   72  # ----- TRANSITIONAL SECTION --------------------------------------------------
  73   73  #
  74   74  
  75   75  #
  76   76  #       Not everything which *should* be a module is a module yet. The
  77   77  #       following is a list of such objects which are currently part of
  78   78  #       genunix but which might someday become kmods.  This must be
  79   79  #       defined before we include Makefile.uts, or else genunix's build
↓ open down ↓ 625 lines elided ↑ open up ↑
 705  705  
 706  706  #
 707  707  #       kiconv modules (/kernel/kiconv):
 708  708  #
 709  709  KICONV_KMODS    += kiconv_emea kiconv_ja kiconv_ko kiconv_sc kiconv_tc
 710  710  
 711  711  #
 712  712  #       'Dacf' Modules (/kernel/dacf):
 713  713  #
 714  714  DACF_KMODS      += net_dacf
      715 +
      716 +#
      717 +# Ensure that the variable member of the cpu_t (cpu_m) is defined
      718 +# for the lint builds so as not to cause lint errors during the
      719 +# global cross check.
      720 +#
      721 +LINTFLAGS       += -D_MACHDEP -I$(UTSBASE)/i86pc
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX