5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
23 # Copyright 2019 Peter Tribble.
24 #
25 # uts/sun4u/sys/Makefile
26 #
27 UTSBASE = ../..
28
29 #
30 # include global definitions
31 #
32 include ../Makefile.sun4u
33
34 #
35 # Override defaults.
36 #
37 FILEMODE = 644
38
39 SUN4_HDRS= \
40 async.h \
41 clock.h \
42 cmp.h \
43 cpc_ultra.h \
44 cpu_sgnblk_defs.h \
45 ddi_subrdefs.h \
46 dvma.h \
47 eeprom.h \
48 errclassify.h \
49 fcode.h \
50 fc_plat.h \
51 idprom.h \
52 intr.h \
53 intreg.h \
54 ivintr.h \
55 memlist_plat.h \
56 memnode.h \
57 nexusdebug.h \
58 prom_debug.h \
59 scb.h \
60 sun4asi.h \
61 tod.h \
62 trapstat.h \
63 vis.h \
64 vm_machparam.h \
65 x_call.h \
66 xc_impl.h \
67 zsmach.h
68
69 HDRS= \
70 cheetahregs.h \
|
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21 # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
22 # Use is subject to license terms.
23 # Copyright 2019 Peter Tribble.
24 #
25 # Copyright 2018 Joyent, Inc.
26 #
27 UTSBASE = ../..
28
29 #
30 # include global definitions
31 #
32 include ../Makefile.sun4u
33
34 #
35 # Override defaults.
36 #
37 FILEMODE = 644
38
39 SUN4_HDRS= \
40 async.h \
41 clock.h \
42 cmp.h \
43 cpc_ultra.h \
44 cpu_sgnblk_defs.h \
45 ddi_subrdefs.h \
46 dvma.h \
47 eeprom.h \
48 errclassify.h \
49 fcode.h \
50 fc_plat.h \
51 ht.h \
52 idprom.h \
53 intr.h \
54 intreg.h \
55 ivintr.h \
56 memlist_plat.h \
57 memnode.h \
58 nexusdebug.h \
59 prom_debug.h \
60 scb.h \
61 sun4asi.h \
62 tod.h \
63 trapstat.h \
64 vis.h \
65 vm_machparam.h \
66 x_call.h \
67 xc_impl.h \
68 zsmach.h
69
70 HDRS= \
71 cheetahregs.h \
|