Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/sun4u/montecarlo/Makefile.montecarlo.shared
          +++ new/usr/src/uts/sun4u/montecarlo/Makefile.montecarlo
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#ident  "%Z%%M% %I%     %E% SMI"
  26      -#
  27   25  #     This makefile contains the common definitions for the
  28   26  #     sun4u MonteCarlo system dependent modules.
  29   27  #
  30   28  
  31   29  #
  32   30  # Define directories.
  33   31  #
  34   32  ROOT_MONTECARLO_DIR             = $(ROOT_PLAT_DIR)/SUNW,UltraSPARC-IIi-Netract
  35   33  ROOT_MONTECARLO_MOD_DIR         = $(ROOT_MONTECARLO_DIR)/kernel
  36   34  
↓ open down ↓ 22 lines elided ↑ open up ↑
  59   57  USR_MONTECARLO_SBIN_DIR = $(USR_MONTECARLO_DIR)/sbin
  60   58  USR_MONTECARLO_LIB_DIR  = $(USR_MONTECARLO_DIR)/lib
  61   59  USR_MONTECARLO_ISYS_DIR = $(USR_MONTECARLO_INC_DIR)/sys
  62   60  
  63   61  MONTECARLO_LINT_LIB_DIR= $(UTSBASE)/$(PLATFORM)/montecarlo/lint-libs/$(OBJS_DIR)
  64   62  
  65   63  #
  66   64  # Define objects.
  67   65  #
  68   66  
  69      -include $(UTSTREE)/sun4u/montecarlo/Makefile.files
       67 +include $(UTSBASE)/sun4u/montecarlo/Makefile.files
  70   68  
  71   69  #
  72   70  #       Include common rules.
  73   71  #
  74      -include $(UTSTREE)/sun4u/Makefile.sun4u
       72 +include $(UTSBASE)/sun4u/Makefile.sun4u
  75   73  
  76   74  #
  77   75  # Define modules
  78   76  #
  79   77  MONTECARLO_KMODS = acebus pcf8574_nct pcf8591_nct scsb ttymux_dacf
  80   78  
  81   79  #
  82   80  # we need the official MONTECARLO name here, and for the sun4u/montecarlo
  83   81  # directory and Makefile.montecarlo
  84   82  # for now we'll use montecarlo for workspace file/dir names
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX