Print this page
4027 remove CLOSED_BUILD


  13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14 # If applicable, add the following below this CDDL HEADER, with the
  15 # fields enclosed by brackets "[]" replaced with your own identifying
  16 # information: Portions Copyright [yyyy] [name of copyright owner]
  17 #
  18 # CDDL HEADER END
  19 #
  20 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  21 # Use is subject to license terms.
  22 # Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  23 #
  24 
  25 #
  26 # Intel 5000/5100/5400/7300 chipset memory controller hub (MCH) module
  27 #
  28 
  29 #
  30 #       Path to the base of the uts directory tree (usually /usr/src/uts).
  31 #
  32 UTSBASE = ../..
  33 UTSCLOSED = ../../../../closed/uts
  34 
  35 #
  36 #       Define the module and object file sets.
  37 #
  38 MODULE          = intel_nb5000
  39 #
  40 ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  41 SRCDIR          = $(UTSBASE)/intel/io/intel_nb5000
  42 CONF_SRCDIR     = $(UTSBASE)/intel/io/intel_nb5000
  43 
  44 #
  45 #       Include common rules.
  46 #
  47 include ../Makefile.intel
  48 
  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 OBJECTS         = $(INTEL_NB5000_OBJS:%=$(OBJS_DIR)/%)
  64 LINTS           = $(INTEL_NB5000_OBJS:%.o=$(LINTS_DIR)/%.ln)
  65 
  66 #
  67 #       Define targets
  68 #
  69 ALL_TARGET      = $(BINARY)
  70 LINT_TARGET     = $(LINT_MODULE).lint
  71 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  72 
  73 #
  74 # Depends on smbios
  75 #
  76 LDFLAGS         += -dy -N drv/smbios
  77 
  78 CERRWARN        += -_gcc=-Wno-parentheses
  79 CERRWARN        += -_gcc=-Wno-uninitialized
  80 
  81 #
  82 #       Default build targets.


  88 all:            $(ALL_DEPS)
  89 
  90 clean:          $(CLEAN_DEPS)
  91 
  92 clobber:        $(CLOBBER_DEPS)
  93 
  94 lint:           $(LINT_DEPS)
  95 
  96 modlintlib:     $(MODLINTLIB_DEPS)
  97 
  98 clean.lint:     $(CLEAN_LINT_DEPS)
  99 
 100 install:        $(INSTALL_DEPS)
 101 
 102 $(OBJECTS): $(OBJS_DIR) $(MCAMD_OFF_H)
 103 
 104 #
 105 #       Include common targets.
 106 #
 107 include ../Makefile.targ
 108 $(CLOSED_BUILD)include $(UTSCLOSED)/intel/Makefile.rules


  13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  14 # If applicable, add the following below this CDDL HEADER, with the
  15 # fields enclosed by brackets "[]" replaced with your own identifying
  16 # information: Portions Copyright [yyyy] [name of copyright owner]
  17 #
  18 # CDDL HEADER END
  19 #
  20 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  21 # Use is subject to license terms.
  22 # Copyright (c) 2011 Bayard G. Bell. All rights reserved.
  23 #
  24 
  25 #
  26 # Intel 5000/5100/5400/7300 chipset memory controller hub (MCH) module
  27 #
  28 
  29 #
  30 #       Path to the base of the uts directory tree (usually /usr/src/uts).
  31 #
  32 UTSBASE = ../..

  33 
  34 #
  35 #       Define the module and object file sets.
  36 #
  37 MODULE          = intel_nb5000
  38 #
  39 ROOTMODULE      = $(ROOT_DRV_DIR)/$(MODULE)
  40 SRCDIR          = $(UTSBASE)/intel/io/intel_nb5000
  41 CONF_SRCDIR     = $(UTSBASE)/intel/io/intel_nb5000
  42 
  43 #
  44 #       Include common rules.
  45 #
  46 include ../Makefile.intel
  47 














  48 OBJECTS         = $(INTEL_NB5000_OBJS:%=$(OBJS_DIR)/%)
  49 LINTS           = $(INTEL_NB5000_OBJS:%.o=$(LINTS_DIR)/%.ln)
  50 
  51 #
  52 #       Define targets
  53 #
  54 ALL_TARGET      = $(BINARY)
  55 LINT_TARGET     = $(LINT_MODULE).lint
  56 INSTALL_TARGET  = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
  57 
  58 #
  59 # Depends on smbios
  60 #
  61 LDFLAGS         += -dy -N drv/smbios
  62 
  63 CERRWARN        += -_gcc=-Wno-parentheses
  64 CERRWARN        += -_gcc=-Wno-uninitialized
  65 
  66 #
  67 #       Default build targets.


  73 all:            $(ALL_DEPS)
  74 
  75 clean:          $(CLEAN_DEPS)
  76 
  77 clobber:        $(CLOBBER_DEPS)
  78 
  79 lint:           $(LINT_DEPS)
  80 
  81 modlintlib:     $(MODLINTLIB_DEPS)
  82 
  83 clean.lint:     $(CLEAN_LINT_DEPS)
  84 
  85 install:        $(INSTALL_DEPS)
  86 
  87 $(OBJECTS): $(OBJS_DIR) $(MCAMD_OFF_H)
  88 
  89 #
  90 #       Include common targets.
  91 #
  92 include ../Makefile.targ