Print this page
acpica-unix2-20130823
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/Makefile.rules
          +++ new/usr/src/uts/intel/Makefile.rules
↓ open down ↓ 10 lines elided ↑ open up ↑
  11   11  # and limitations under the License.
  12   12  #
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  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   23  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   24  # Use is subject to license terms.
  24   25  # Copyright 2012 Joyent, Inc.  All rights reserved.
       26 +# Copyright 2013 Nexenta Systems, Inc.  All rights reserved.
  25   27  #
  26   28  
  27   29  #
  28   30  #       This Makefile defines all file modules and build rules for the
  29   31  # directory uts/intel and its children. These are the source files which
  30   32  # are specific to the intel processor.
  31   33  #
  32   34  #       The following two-level ordering must be maintained in this file.
  33   35  #         Lines are sorted first in order of decreasing specificity based on
  34   36  #         the first directory component.  That is, sun4u rules come before
↓ open down ↓ 59 lines elided ↑ open up ↑
  94   96          $(COMPILE.c) -o $@ $<
  95   97          $(CTFCONVERT_O)
  96   98  
  97   99  $(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/%.c
  98  100          $(COMPILE.c) -o $@ $<
  99  101          $(CTFCONVERT_O)
 100  102  
 101  103  $(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/%.s
 102  104          $(COMPILE.s) -o $@ $<
 103  105  
 104      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/debugger/%.c
      106 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/debugger/%.c
 105  107          $(COMPILE.c) -o $@ $<
 106  108          $(CTFCONVERT_O)
 107  109  
 108      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/events/%.c
      110 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/disassembler/%.c
 109  111          $(COMPILE.c) -o $@ $<
 110  112          $(CTFCONVERT_O)
 111  113  
 112      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/hardware/%.c
      114 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/dispatcher/%.c
 113  115          $(COMPILE.c) -o $@ $<
 114  116          $(CTFCONVERT_O)
 115  117  
 116      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/dispatcher/%.c
      118 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/events/%.c
 117  119          $(COMPILE.c) -o $@ $<
 118  120          $(CTFCONVERT_O)
 119  121  
 120      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/executer/%.c
      122 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/executer/%.c
 121  123          $(COMPILE.c) -o $@ $<
 122  124          $(CTFCONVERT_O)
 123  125  
 124      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/parser/%.c
      126 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/hardware/%.c
 125  127          $(COMPILE.c) -o $@ $<
 126  128          $(CTFCONVERT_O)
 127  129  
 128      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/namespace/%.c
      130 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/namespace/%.c
 129  131          $(COMPILE.c) -o $@ $<
 130  132          $(CTFCONVERT_O)
 131  133  
 132      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/resources/%.c
      134 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/parser/%.c
 133  135          $(COMPILE.c) -o $@ $<
 134  136          $(CTFCONVERT_O)
 135  137  
 136      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/tables/%.c
      138 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/resources/%.c
 137  139          $(COMPILE.c) -o $@ $<
 138  140          $(CTFCONVERT_O)
 139  141  
 140      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/utilities/%.c
      142 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/tables/%.c
 141  143          $(COMPILE.c) -o $@ $<
 142  144          $(CTFCONVERT_O)
 143  145  
 144      -$(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/acpica/disassembler/%.c
      146 +$(OBJS_DIR)/%.o:                $(SRC)/common/acpica/components/utilities/%.c
 145  147          $(COMPILE.c) -o $@ $<
 146  148          $(CTFCONVERT_O)
 147  149  
 148  150  $(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/agpgart/%.c
 149  151          $(COMPILE.c) -o $@ $<
 150  152          $(CTFCONVERT_O)
 151  153  
 152  154  $(OBJS_DIR)/%.o:                $(UTSBASE)/intel/io/agpmaster/%.c
 153  155          $(COMPILE.c) -o $@ $<
 154  156          $(CTFCONVERT_O)
↓ open down ↓ 193 lines elided ↑ open up ↑
 348  350  
 349  351  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/%.c
 350  352          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 351  353  
 352  354  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/%.s
 353  355          @($(LHEAD) $(LINT.s) $< $(LTAIL))
 354  356  
 355  357  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/%.c
 356  358          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 357  359  
 358      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/debugger/%.c
      360 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/debugger/%.c
 359  361          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 360  362  
 361      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/events/%.c
      363 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/events/%.c
 362  364          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 363  365  
 364      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/hardware/%.c
      366 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/hardware/%.c
 365  367          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 366  368  
 367      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/dispatcher/%.c
      369 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/dispatcher/%.c
 368  370          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 369  371  
 370      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/executer/%.c
      372 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/executer/%.c
 371  373          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 372  374  
 373      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/parser/%.c
      375 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/parser/%.c
 374  376          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 375  377  
 376      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/namespace/%.c
      378 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/namespace/%.c
 377  379          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 378  380  
 379      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/resources/%.c
      381 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/resources/%.c
 380  382          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 381  383  
 382      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/tables/%.c
      384 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/tables/%.c
 383  385          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 384  386  
 385      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/utilities/%.c
      387 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/utilities/%.c
 386  388          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 387  389  
 388      -$(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/acpica/disassembler/%.c
      390 +$(LINTS_DIR)/%.ln:              $(SRC)/common/acpica/components/disassembler/%.c
 389  391          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 390  392  
 391  393  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/agpgart/%.c
 392  394          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 393  395  
 394  396  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/agpmaster/%.c
 395  397          @($(LHEAD) $(LINT.c) $< $(LTAIL))
 396  398  
 397  399  $(LINTS_DIR)/%.ln:              $(UTSBASE)/intel/io/amd8111s/%.c
 398  400          @($(LHEAD) $(LINT.c) $< $(LTAIL))
↓ open down ↓ 107 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX