Print this page
12464 fix kmdb build

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/intel/ia32/sys/Makefile
          +++ new/usr/src/uts/intel/ia32/sys/Makefile
↓ open down ↓ 11 lines elided ↑ open up ↑
  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 +#pragma ident   "%Z%%M% %I%     %E% SMI"
       23 +#
  22   24  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   25  # Use is subject to license terms.
  24   26  #
  25      -# Copyright 2020 Joyent, Inc.
       27 +# uts/intel/ia32/sys/Makefile
  26   28  #
  27   29  # include global definitions
  28   30  include ../../../../Makefile.master
  29   31  
  30   32  HDRS=  \
  31   33          asm_linkage.h   \
       34 +        kdi_regs.h      \
  32   35          machtypes.h     \
       36 +        privmregs.h     \
  33   37          privregs.h      \
  34   38          psw.h           \
  35   39          pte.h           \
  36   40          reg.h           \
  37   41          stack.h         \
  38   42          trap.h          \
  39   43          traptrace.h
  40   44  
  41   45  ROOTINCISA= $(ROOT)/usr/include/ia32
  42   46  ROOTDIR= $(ROOTINCISA)/sys
↓ open down ↓ 23 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX