xref: /illumos-gate/usr/src/uts/i86pc/Makefile.rules (revision 7c478bd9)
1*7c478bd9Sstevel@tonic-gate#
2*7c478bd9Sstevel@tonic-gate# CDDL HEADER START
3*7c478bd9Sstevel@tonic-gate#
4*7c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gate# with the License.
8*7c478bd9Sstevel@tonic-gate#
9*7c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gate# and limitations under the License.
13*7c478bd9Sstevel@tonic-gate#
14*7c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate#
20*7c478bd9Sstevel@tonic-gate# CDDL HEADER END
21*7c478bd9Sstevel@tonic-gate#
22*7c478bd9Sstevel@tonic-gate#
23*7c478bd9Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
24*7c478bd9Sstevel@tonic-gate# Use is subject to license terms.
25*7c478bd9Sstevel@tonic-gate#
26*7c478bd9Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
27*7c478bd9Sstevel@tonic-gate#
28*7c478bd9Sstevel@tonic-gate
29*7c478bd9Sstevel@tonic-gate#	This Makefile defines the build rules for the directory uts/i86pc
30*7c478bd9Sstevel@tonic-gate#	and its children. These are the source files which are i86pc
31*7c478bd9Sstevel@tonic-gate#	"implementation architecture" dependent.
32*7c478bd9Sstevel@tonic-gate#
33*7c478bd9Sstevel@tonic-gate#	The following two-level ordering must be maintained in this file.
34*7c478bd9Sstevel@tonic-gate#	  Lines are sorted first in order of decreasing specificity based on
35*7c478bd9Sstevel@tonic-gate#	  the first directory component.  That is, sun4u rules come before
36*7c478bd9Sstevel@tonic-gate#	  sparc rules come before common rules.
37*7c478bd9Sstevel@tonic-gate#
38*7c478bd9Sstevel@tonic-gate#	  Lines whose initial directory components are equal are sorted
39*7c478bd9Sstevel@tonic-gate#	  alphabetically by the remaining components.
40*7c478bd9Sstevel@tonic-gate
41*7c478bd9Sstevel@tonic-gate#
42*7c478bd9Sstevel@tonic-gate#	Section 1a: C object build rules
43*7c478bd9Sstevel@tonic-gate#
44*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/conf/%.c
45*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
46*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
47*7c478bd9Sstevel@tonic-gate
48*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/%.c
49*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
50*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
51*7c478bd9Sstevel@tonic-gate
52*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/dktp/hba/chs/%.c
53*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
54*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
55*7c478bd9Sstevel@tonic-gate
56*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/dktp/hba/ncrs/%.c
57*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
58*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
59*7c478bd9Sstevel@tonic-gate
60*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/iprb/%.c
61*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
62*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
63*7c478bd9Sstevel@tonic-gate
64*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/bmc/%.c
65*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
66*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
67*7c478bd9Sstevel@tonic-gate
68*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pci/%.c
69*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
70*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
71*7c478bd9Sstevel@tonic-gate
72*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pcplusmp/%.c
73*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
74*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
75*7c478bd9Sstevel@tonic-gate
76*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/pcplusmp/%.s
77*7c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
78*7c478bd9Sstevel@tonic-gate
79*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/psm/%.c
80*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
81*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
82*7c478bd9Sstevel@tonic-gate
83*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/psm/%.s
84*7c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
85*7c478bd9Sstevel@tonic-gate
86*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/rtls/%.c
87*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
88*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
89*7c478bd9Sstevel@tonic-gate
90*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/spwr/%.c
91*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
92*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
93*7c478bd9Sstevel@tonic-gate
94*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/ml/%.s
95*7c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
96*7c478bd9Sstevel@tonic-gate
97*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/os/%.c
98*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
99*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
100*7c478bd9Sstevel@tonic-gate
101*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/vm/%.c
102*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
103*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
104*7c478bd9Sstevel@tonic-gate
105*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/%.c
106*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
107*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
108*7c478bd9Sstevel@tonic-gate
109*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/dktp/controller/ata/%.c
110*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
111*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
112*7c478bd9Sstevel@tonic-gate
113*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/dktp/hba/ghd/%.c
114*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
115*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
116*7c478bd9Sstevel@tonic-gate
117*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/io/elxl/%.c
118*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
119*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
120*7c478bd9Sstevel@tonic-gate
121*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/common/os/%.c
122*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
123*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
124*7c478bd9Sstevel@tonic-gate
125*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(SRC)/common/dis/i386/%.c
126*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
127*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
128*7c478bd9Sstevel@tonic-gate
129*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/agpgart/%.c
130*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
131*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
132*7c478bd9Sstevel@tonic-gate
133*7c478bd9Sstevel@tonic-gate# ridiculous contortions ---
134*7c478bd9Sstevel@tonic-gateATOMIC_SUBDIR_32	= i386
135*7c478bd9Sstevel@tonic-gateATOMIC_SUBDIR_64	= amd64
136*7c478bd9Sstevel@tonic-gateATOMIC_SUBDIR		= $(ATOMIC_SUBDIR_$(CLASS))
137*7c478bd9Sstevel@tonic-gate
138*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(SRC)/common/atomic/$(ATOMIC_SUBDIR)/%.s
139*7c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
140*7c478bd9Sstevel@tonic-gate
141*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/%.c
142*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
143*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
144*7c478bd9Sstevel@tonic-gate
145*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/%.s
146*7c478bd9Sstevel@tonic-gate	$(COMPILE.s) -o $@ $<
147*7c478bd9Sstevel@tonic-gate
148*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/debugger/%.c
149*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
150*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
151*7c478bd9Sstevel@tonic-gate
152*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/events/%.c
153*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
154*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
155*7c478bd9Sstevel@tonic-gate
156*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/hardware/%.c
157*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
158*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
159*7c478bd9Sstevel@tonic-gate
160*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/interpreter/dispatcher/%.c
161*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
162*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
163*7c478bd9Sstevel@tonic-gate
164*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/interpreter/executer/%.c
165*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
166*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
167*7c478bd9Sstevel@tonic-gate
168*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/interpreter/parser/%.c
169*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
170*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
171*7c478bd9Sstevel@tonic-gate
172*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/namespace/%.c
173*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
174*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
175*7c478bd9Sstevel@tonic-gate
176*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/resources/%.c
177*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
178*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
179*7c478bd9Sstevel@tonic-gate
180*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/tables/%.c
181*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
182*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
183*7c478bd9Sstevel@tonic-gate
184*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/%.o:		$(UTSBASE)/i86pc/io/acpica/utilities/%.c
185*7c478bd9Sstevel@tonic-gate	$(COMPILE.c) -o $@ $<
186*7c478bd9Sstevel@tonic-gate	$(CTFCONVERT_O)
187*7c478bd9Sstevel@tonic-gate
188*7c478bd9Sstevel@tonic-gate$(OBJS_DIR)/dtracestubs.s:	$(UNIX_O) $(LIBS)
189*7c478bd9Sstevel@tonic-gate	nm -u $(UNIX_O) $(LIBS) | grep __dtrace_probe_ | sort | uniq | nawk '{ \
190*7c478bd9Sstevel@tonic-gate	    printf("\t.globl %s\n\t.type %s,@function\n%s:\n", \
191*7c478bd9Sstevel@tonic-gate	    $$1, $$1, $$1); }' > $(OBJS_DIR)/dtracestubs.s
192*7c478bd9Sstevel@tonic-gate
193*7c478bd9Sstevel@tonic-gate$(DTRACESTUBS):	$(DTRACESTUBS_O)
194*7c478bd9Sstevel@tonic-gate	$(LD) -o $@ -G -h dtracestubs $(DTRACESTUBS_O)
195*7c478bd9Sstevel@tonic-gate
196*7c478bd9Sstevel@tonic-gate#
197*7c478bd9Sstevel@tonic-gate#	Section 1b: Lint `object' build rules
198*7c478bd9Sstevel@tonic-gate#
199*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/conf/%.c
200*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
201*7c478bd9Sstevel@tonic-gate
202*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/%.c
203*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
204*7c478bd9Sstevel@tonic-gate
205*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/dktp/hba/chs/%.c
206*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
207*7c478bd9Sstevel@tonic-gate
208*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/dktp/hba/ncrs/%.c
209*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
210*7c478bd9Sstevel@tonic-gate
211*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/iprb/%.c
212*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
213*7c478bd9Sstevel@tonic-gate
214*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/bmc/%.c
215*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
216*7c478bd9Sstevel@tonic-gate
217*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pci/%.c
218*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
219*7c478bd9Sstevel@tonic-gate
220*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pcplusmp/%.c
221*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
222*7c478bd9Sstevel@tonic-gate
223*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/pcplusmp/%.s
224*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
225*7c478bd9Sstevel@tonic-gate
226*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/psm/%.c
227*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
228*7c478bd9Sstevel@tonic-gate
229*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/psm/%.s
230*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
231*7c478bd9Sstevel@tonic-gate
232*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/rtls/%.c
233*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
234*7c478bd9Sstevel@tonic-gate
235*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/spwr/%.c
236*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
237*7c478bd9Sstevel@tonic-gate
238*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/ml/%.s
239*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
240*7c478bd9Sstevel@tonic-gate
241*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/os/%.c
242*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
243*7c478bd9Sstevel@tonic-gate
244*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/vm/%.c
245*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
246*7c478bd9Sstevel@tonic-gate
247*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/%.c
248*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
249*7c478bd9Sstevel@tonic-gate
250*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/dktp/controller/ata/%.c
251*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
252*7c478bd9Sstevel@tonic-gate
253*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/dktp/hba/ghd/%.c
254*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
255*7c478bd9Sstevel@tonic-gate
256*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/io/elxl/%.c
257*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
258*7c478bd9Sstevel@tonic-gate
259*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/common/os/%.c
260*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
261*7c478bd9Sstevel@tonic-gate
262*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(SRC)/common/dis/i386/%.c
263*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
264*7c478bd9Sstevel@tonic-gate
265*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/agpgart/%.c
266*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
267*7c478bd9Sstevel@tonic-gate
268*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(SRC)/common/atomic/%.c
269*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
270*7c478bd9Sstevel@tonic-gate
271*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/%.s
272*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.s) $< $(LTAIL))
273*7c478bd9Sstevel@tonic-gate
274*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/%.c
275*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
276*7c478bd9Sstevel@tonic-gate
277*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/debugger/%.c
278*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
279*7c478bd9Sstevel@tonic-gate
280*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/events/%.c
281*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
282*7c478bd9Sstevel@tonic-gate
283*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/hardware/%.c
284*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
285*7c478bd9Sstevel@tonic-gate
286*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/interpreter/dispatcher/%.c
287*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
288*7c478bd9Sstevel@tonic-gate
289*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/interpreter/executer/%.c
290*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
291*7c478bd9Sstevel@tonic-gate
292*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/interpreter/parser/%.c
293*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
294*7c478bd9Sstevel@tonic-gate
295*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/namespace/%.c
296*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
297*7c478bd9Sstevel@tonic-gate
298*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/resources/%.c
299*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
300*7c478bd9Sstevel@tonic-gate
301*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/tables/%.c
302*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
303*7c478bd9Sstevel@tonic-gate
304*7c478bd9Sstevel@tonic-gate$(LINTS_DIR)/%.ln:		$(UTSBASE)/i86pc/io/acpica/utilities/%.c
305*7c478bd9Sstevel@tonic-gate	@($(LHEAD) $(LINT.c) $< $(LTAIL))
306*7c478bd9Sstevel@tonic-gate
307