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
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# CDDL HEADER START
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# The contents of this file are subject to the terms of the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Common Development and Distribution License, Version 1.0 only
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# (the "License"). You may not use this file except in compliance
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# with the License.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# See the License for the specific language governing permissions
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# and limitations under the License.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# When distributing Covered Code, include this CDDL HEADER in each
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# If applicable, add the following below this CDDL HEADER, with the
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# CDDL HEADER END
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Use is subject to license terms.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#ident "%Z%%M% %I% %E% SMI"
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# This makefile drives the production of the hci1394 OHCI HAL module.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# intel architecture dependent
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Path to the base of the uts directory tree (usually /usr/src/uts).
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Define the module and object file sets.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Include common rules.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Define targets
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncINSTALL_TARGET = $(BINARY) $(ROOTMODULE) $(ROOT_CONFFILE)
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#ALL_BUILDS = $(ALL_BUILDSONLY64)
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#DEF_BUILDS = $(DEF_BUILDSONLY64)
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync#DEBUG_DEFS_DBG64 += -DTNF_DEBUG
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Default build targets.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Include common targets.
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync# Defines for local commands.
%.wlcmd:
$(TOUCH) $@