Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/intel_nb5000/Makefile
          +++ new/usr/src/uts/intel/intel_nb5000/Makefile
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  #
  24   24  
  25   25  #
  26   26  # Intel 5000/5100/5400/7300 chipset memory controller hub (MCH) module
  27   27  #
  28   28  
  29   29  #
  30   30  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  31   31  #
  32   32  UTSBASE = ../..
  33      -UTSCLOSED = ../../../../closed/uts
  34   33  
  35   34  #
  36   35  #       Define the module and object file sets.
  37   36  #
  38   37  MODULE          = intel_nb5000
  39   38  #
  40   39  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  41   40  SRCDIR          = $(UTSBASE)/intel/io/intel_nb5000
  42   41  CONF_SRCDIR     = $(UTSBASE)/intel/io/intel_nb5000
  43   42  
  44   43  #
  45   44  #       Include common rules.
  46   45  #
  47   46  include ../Makefile.intel
  48   47  
  49      -#
  50      -# The list of object files is defined here, rather than in Makefile.files,
  51      -# because the "$(CLOSED_BUILD)" macro has not been defined at the time
  52      -# Makefile.files is processed.
  53      -#
  54      -INTEL_NB5000_OBJS += \
  55      -        intel_nb5000.o \
  56      -        intel_nbdrv.o \
  57      -        dimm_addr.o \
  58      -        nb_pci_cfg.o \
  59      -        nb5000_init.o
  60      -
  61      -$(CLOSED_BUILD)INTEL_NB5000_OBJS += memtrans.o
  62      -
  63   48  OBJECTS         = $(INTEL_NB5000_OBJS:%=$(OBJS_DIR)/%)
  64   49  LINTS           = $(INTEL_NB5000_OBJS:%.o=$(LINTS_DIR)/%.ln)
  65   50  
  66   51  #
  67   52  #       Define targets
  68   53  #
  69   54  ALL_TARGET      = $(BINARY)
  70   55  LINT_TARGET     = $(LINT_MODULE).lint
  71   56  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  72   57  
↓ open down ↓ 25 lines elided ↑ open up ↑
  98   83  clean.lint:     $(CLEAN_LINT_DEPS)
  99   84  
 100   85  install:        $(INSTALL_DEPS)
 101   86  
 102   87  $(OBJECTS): $(OBJS_DIR) $(MCAMD_OFF_H)
 103   88  
 104   89  #
 105   90  #       Include common targets.
 106   91  #
 107   92  include ../Makefile.targ
 108      -$(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX