1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# CDDL HEADER START
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# The contents of this file are subject to the terms of the
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# Common Development and Distribution License (the "License").
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# You may not use this file except in compliance with the License.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# See the License for the specific language governing permissions
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# and limitations under the License.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# When distributing Covered Code, include this CDDL HEADER in each
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# If applicable, add the following below this CDDL HEADER, with the
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# fields enclosed by brackets "[]" replaced with your own identifying
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# information: Portions Copyright [yyyy] [name of copyright owner]
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# CDDL HEADER END
6b288faa9f3385a0af2dbcf2852a63f5946445cbmcwalter# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# This makefile drives the production of the sun4u seattle platform
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# sun4u implementation architecture dependent
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# Path to the base of the uts directory tree (usually /usr/src/uts).
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# Include common rules.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# Default build targets.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ksdef all clean clean.lint clobber modlist: $(SEATTLE_KMODS)
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# The 'lint.platmod' target lints the seattle platform module against the sun4u
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# kernel. This ends up doing all the kernel cross-checks, so it takes a couple
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# of minutes. Due to the low ROI, it's not run by default, but it's a good
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks# idea to run this if you change os/seattle.c.
fd845fc0cb4fbc8e85f974e2e4eaacca1cc26e81ks @-$(ECHO) "\nSeattle Platform-dependent module: global crosschecks:"