Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# CDDL HEADER START
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# The contents of this file are subject to the terms of the
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Common Development and Distribution License, Version 1.0 only
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# (the "License"). You may not use this file except in compliance
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# with the License.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# or http://www.opensolaris.org/os/licensing.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# See the License for the specific language governing permissions
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# and limitations under the License.
4542eacf3e35ca3b52de55effecd2ffb3aef96b6Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
02cbf7551685bc3b33f15f4cebfe9e9da1cae33eChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
02cbf7551685bc3b33f15f4cebfe9e9da1cae33eChristian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# CDDL HEADER END
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Use is subject to license terms.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder#ident "%Z%%M% %I% %E% SMI"
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# This makefile drives the production of the ehci driver kernel module.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# sparc implementation architecture dependent
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Path to the base of the uts directory tree (usually /usr/src/uts).
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Define the module and object file sets.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian MaederCONF_SRCDIR = $(UTSBASE)/common/io/usb/hcd/ehci
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Include common rules.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# lint pass one enforcement
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Define targets
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian MaederINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# Include common targets.
02cbf7551685bc3b33f15f4cebfe9e9da1cae33eChristian Maeder# Defines for local commands.
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian Maeder# lock_lint rules
e6d733e9ab4fb48cb611637528e5694d1e092de0Christian MaederUSBA_FILES = $(USBA_OBJS:%.o= -l ../usba/%.ll)
4542eacf3e35ca3b52de55effecd2ffb3aef96b6Christian Maederehci.ok: $(WARLOCK_OBJECTS) ehci.wlcmd warlock_ddi.files usba.files