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
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
↓ 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
43 47 ROOTDIRS= $(ROOTDIR)
44 48
45 49 ROOTHDRS= $(HDRS:%=$(ROOTDIR)/%)
46 50
47 51 CHECKHDRS= $(HDRS:%.h=%.check)
48 52
49 53 # install rules
50 54 $(ROOTDIR)/%: %
51 55 $(INS.file)
52 56
53 57 .KEEP_STATE:
54 58
55 59 .PARALLEL: $(CHECKHDRS) $(ROOTHDRS)
56 60
57 61 install_h: $(ROOTINCISA) .WAIT $(ROOTDIRS) .WAIT $(ROOTHDRS)
58 62
59 63 $(ROOTINCISA):
60 64 $(INS.dir)
61 65
62 66 $(ROOTDIRS): $(ROOTINCISA)
63 67 $(INS.dir)
64 68
65 69 check: $(CHECKHDRS)
↓ open down ↓ |
23 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX