Print this page
PANKOVs restructure

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/amd64/Makefile
          +++ new/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/amd64/Makefile
↓ 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 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -#ident  "%Z%%M% %I%     %E% SMI"
  26   25  
  27   26  MODULE = xpv_uppc.so
  28   27  MDBTGT = kvm
  29   28  
  30   29  MODSRCS = xpv_uppc.c intr_common.c
  31   30  
  32   31  include ../../../../../Makefile.cmd
  33   32  include ../../../../../Makefile.cmd.64
  34   33  include ../../../../intel/Makefile.amd64
  35   34  include ../../../Makefile.i86xpv
↓ open down ↓ 1 lines elided ↑ open up ↑
  37   36  
  38   37  MODSRCS_DIR = ../../../../i86pc/modules/common
  39   38  
  40   39  CPPFLAGS += -DMP -D_MACHDEP -D__xen
  41   40  CPPFLAGS += -I../../../../common
  42   41  CPPFLAGS += -I../../../../i86pc/modules/common
  43   42  CPPFLAGS += -I$(SRC)/uts/common
  44   43  CPPFLAGS += -I$(SRC)/uts/i86xpv
  45   44  CPPFLAGS += -I$(SRC)/uts/i86pc
  46   45  CPPFLAGS += -I$(SRC)/uts/intel
       46 +CPPFLAGS += -I$(SRC)/common
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX