Print this page
4027 remove CLOSED_BUILD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/intel_nhm/Makefile
          +++ new/usr/src/uts/intel/intel_nhm/Makefile
↓ open down ↓ 21 lines elided ↑ open up ↑
  22   22  #
  23   23  
  24   24  #
  25   25  # Intel Nehalem memory controller module
  26   26  #
  27   27  
  28   28  #
  29   29  #       Path to the base of the uts directory tree (usually /usr/src/uts).
  30   30  #
  31   31  UTSBASE = ../..
  32      -UTSCLOSED = ../../../../closed/uts
  33   32  
  34   33  #
  35   34  #       Define the module and object file sets.
  36   35  #
  37   36  MODULE          = intel_nhm
  38   37  #
  39   38  ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  40   39  CONF_SRCDIR     = $(UTSBASE)/intel/io/intel_nhm
  41   40  
  42   41  #
  43   42  #       Include common rules.
  44   43  #
  45   44  include $(UTSBASE)/intel/Makefile.intel
  46   45  
  47      -#
  48      -# The list of object files is defined here, rather than in Makefile.files,
  49      -# because the "$(CLOSED_BUILD)" macro has not been defined at the time
  50      -# Makefile.files is processed.
  51      -#
  52      -INTEL_NHM_OBJS += \
  53      -        nhm_init.o \
  54      -        mem_addr.o \
  55      -        intel_nhmdrv.o \
  56      -        nhm_pci_cfg.o \
  57      -        dimm_topo.o \
  58      -        intel_nhm.o
  59      -
  60      -$(CLOSED_BUILD)INTEL_NHM_OBJS += \
  61      -        nhm_dimm_addr.o
  62      -
  63   46  OBJECTS         = $(INTEL_NHM_OBJS:%=$(OBJS_DIR)/%)
  64   47  LINTS           = $(INTEL_NHM_OBJS:%.o=$(LINTS_DIR)/%.ln)
  65   48  
  66   49  #
  67   50  #       Define targets
  68   51  #
  69   52  ALL_TARGET      = $(BINARY) $(SRC_CONFFILE)
  70   53  LINT_TARGET     = $(LINT_MODULE).lint
  71   54  INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  72   55  
↓ open down ↓ 20 lines elided ↑ open up ↑
  93   76  modlintlib:     $(MODLINTLIB_DEPS)
  94   77  
  95   78  clean.lint:     $(CLEAN_LINT_DEPS)
  96   79  
  97   80  install:        $(INSTALL_DEPS)
  98   81  
  99   82  #
 100   83  #       Include common targets.
 101   84  #
 102   85  include ../Makefile.targ
 103      -$(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX