Print this page
4057 Add sfxge support
Contributed by: Solarflare Communications Inc.
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Andrew Rybchenko <arybchenko@solarflare.com>
Approved by: TBD
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/common/Makefile.rules
+++ new/usr/src/uts/common/Makefile.rules
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21
22 22 #
23 23 # Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
24 -# Copyright 2013 Garrett D'Amore <garrett@damore.org>
24 +# Copyright 2016 Garrett D'Amore <garrett@damore.org>
25 25 # Copyright 2015 Nexenta Systems, Inc. All rights reserved.
26 26 # Copyright 2013 Saso Kiselkov. All rights reserved.
27 27 #
28 28
29 29 #
30 30 # uts/common/Makefile.rules
31 31 #
32 32 # This Makefile defines all the file build rules for the directory
33 33 # uts/common and its children. These are the source files which may
34 34 # be considered common to all SunOS systems.
35 35 #
36 36 # The following two-level ordering must be maintained in this file.
37 37 # Lines are sorted first in order of decreasing specificity based on
38 38 # the first directory component. That is, sun4u rules come before
39 39 # sparc rules come before common rules.
40 40 #
41 41 # Lines whose initial directory components are equal are sorted
42 42 # alphabetically by the remaining components.
43 43
44 44 #
45 45 # Section 1a: C objects build rules
46 46 #
47 47 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/aes/%.c
48 48 $(COMPILE.c) -o $@ $<
49 49 $(CTFCONVERT_O)
50 50
51 51 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/arcfour/%.c
52 52 $(COMPILE.c) -o $@ $<
53 53 $(CTFCONVERT_O)
54 54
55 55 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/blowfish/%.c
56 56 $(COMPILE.c) -o $@ $<
57 57 $(CTFCONVERT_O)
58 58
59 59 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/ecc/%.c
60 60 $(COMPILE.c) -o $@ $<
61 61 $(CTFCONVERT_O)
62 62
63 63 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/modes/%.c
64 64 $(COMPILE.c) -o $@ $<
65 65 $(CTFCONVERT_O)
66 66
67 67 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/padding/%.c
68 68 $(COMPILE.c) -o $@ $<
69 69 $(CTFCONVERT_O)
70 70
71 71 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/rng/%.c
72 72 $(COMPILE.c) -o $@ $<
73 73 $(CTFCONVERT_O)
74 74
75 75 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/rsa/%.c
76 76 $(COMPILE.c) -o $@ $<
77 77 $(CTFCONVERT_O)
78 78
79 79 $(OBJS_DIR)/%.o: $(COMMONBASE)/bignum/%.c
80 80 $(COMPILE.c) -o $@ $<
81 81 $(CTFCONVERT_O)
82 82
83 83 $(OBJS_DIR)/%.o: $(UTSBASE)/common/bignum/%.c
84 84 $(COMPILE.c) -o $@ $<
85 85 $(CTFCONVERT_O)
86 86
87 87 $(OBJS_DIR)/%.o: $(COMMONBASE)/mpi/%.c
88 88 $(COMPILE.c) -o $@ $<
89 89 $(CTFCONVERT_O)
90 90
91 91 $(OBJS_DIR)/%.o: $(COMMONBASE)/acl/%.c
92 92 $(COMPILE.c) -o $@ $<
93 93 $(CTFCONVERT_O)
94 94
95 95 $(OBJS_DIR)/%.o: $(COMMONBASE)/avl/%.c
96 96 $(COMPILE.c) -o $@ $<
97 97 $(CTFCONVERT_O)
98 98
99 99 $(OBJS_DIR)/%.o: $(COMMONBASE)/ucode/%.c
100 100 $(COMPILE.c) -o $@ $<
101 101 $(CTFCONVERT_O)
102 102
103 103 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/sn1/%.c
104 104 $(COMPILE.c) -o $@ $<
105 105 $(CTFCONVERT_O)
106 106
107 107 $(OBJS_DIR)/%.o: $(UTSBASE)/common/brand/solaris10/%.c
108 108 $(COMPILE.c) -o $@ $<
109 109 $(CTFCONVERT_O)
110 110
111 111 $(OBJS_DIR)/%.o: $(UTSBASE)/common/c2/%.c
112 112 $(COMPILE.c) -o $@ $<
113 113 $(CTFCONVERT_O)
114 114
115 115 $(OBJS_DIR)/%.o: $(UTSBASE)/common/conf/%.c
116 116 $(COMPILE.c) -o $@ $<
117 117 $(CTFCONVERT_O)
118 118
119 119 $(OBJS_DIR)/%.o: $(UTSBASE)/common/contract/%.c
120 120 $(COMPILE.c) -o $@ $<
121 121 $(CTFCONVERT_O)
122 122
123 123 $(OBJS_DIR)/%.o: $(UTSBASE)/common/cpr/%.c
124 124 $(COMPILE.c) -o $@ $<
125 125 $(CTFCONVERT_O)
126 126
127 127 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ctf/%.c
128 128 $(COMPILE.c) -o $@ $<
129 129 $(CTFCONVERT_O)
130 130
131 131 $(OBJS_DIR)/%.o: $(COMMONBASE)/ctf/%.c
132 132 $(COMPILE.c) -o $@ $<
133 133 $(CTFCONVERT_O)
134 134
135 135 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/des/%.c
136 136 $(COMPILE.c) -o $@ $<
137 137 $(CTFCONVERT_O)
138 138
139 139 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbios/%.c
140 140 $(COMPILE.c) -o $@ $<
141 141 $(CTFCONVERT_O)
142 142
143 143 $(OBJS_DIR)/%.o: $(UTSBASE)/common/des/%.c
144 144 $(COMPILE.c) -o $@ $<
145 145 $(CTFCONVERT_O)
146 146
147 147 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/api/%.c
148 148 $(COMPILE.c) -o $@ $<
149 149 $(CTFCONVERT_O)
150 150
151 151 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/core/%.c
152 152 $(COMPILE.c) -o $@ $<
153 153 $(CTFCONVERT_O)
154 154
155 155 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/io/%.c
156 156 $(COMPILE.c) -o $@ $<
157 157 $(CTFCONVERT_O)
158 158
159 159 $(OBJS_DIR)/%.o: $(UTSBASE)/common/crypto/spi/%.c
160 160 $(COMPILE.c) -o $@ $<
161 161 $(CTFCONVERT_O)
162 162
163 163 $(OBJS_DIR)/%.o: $(COMMONBASE)/pci/%.c
164 164 $(COMPILE.c) -o $@ $<
165 165 $(CTFCONVERT_O)
166 166
167 167 $(OBJS_DIR)/%.o: $(COMMONBASE)/devid/%.c
168 168 $(COMPILE.c) -o $@ $<
169 169 $(CTFCONVERT_O)
170 170
171 171 $(OBJS_DIR)/%.o: $(UTSBASE)/common/disp/%.c
172 172 $(COMPILE.c) -o $@ $<
173 173 $(CTFCONVERT_O)
174 174
175 175 $(OBJS_DIR)/%.o: $(UTSBASE)/common/dtrace/%.c
176 176 $(COMPILE.c) -o $@ $<
177 177 $(CTFCONVERT_O)
178 178
179 179 $(OBJS_DIR)/%.o: $(COMMONBASE)/exacct/%.c
180 180 $(COMPILE.c) -o $@ $<
181 181 $(CTFCONVERT_O)
182 182
183 183 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/aout/%.c
184 184 $(COMPILE.c) -o $@ $<
185 185 $(CTFCONVERT_O)
186 186
187 187 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/elf/%.c
188 188 $(COMPILE.c) -o $@ $<
189 189 $(CTFCONVERT_O)
190 190
191 191 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/intp/%.c
192 192 $(COMPILE.c) -o $@ $<
193 193 $(CTFCONVERT_O)
194 194
195 195 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/shbin/%.c
196 196 $(COMPILE.c) -o $@ $<
197 197 $(CTFCONVERT_O)
198 198
199 199 $(OBJS_DIR)/%.o: $(UTSBASE)/common/exec/java/%.c
200 200 $(COMPILE.c) -o $@ $<
201 201 $(CTFCONVERT_O)
202 202
203 203 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/%.c
204 204 $(COMPILE.c) -o $@ $<
205 205 $(CTFCONVERT_O)
206 206
207 207 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/autofs/%.c
208 208 $(COMPILE.c) -o $@ $<
209 209 $(CTFCONVERT_O)
210 210
211 211 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/bootfs/%.c
212 212 $(COMPILE.c) -o $@ $<
213 213 $(CTFCONVERT_O)
214 214
215 215 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dcfs/%.c
216 216 $(COMPILE.c) -o $@ $<
217 217 $(CTFCONVERT_O)
218 218
219 219 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/devfs/%.c
220 220 $(COMPILE.c) -o $@ $<
221 221 $(CTFCONVERT_O)
222 222
223 223 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/ctfs/%.c
224 224 $(COMPILE.c) -o $@ $<
225 225 $(CTFCONVERT_O)
226 226
227 227 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/doorfs/%.c
228 228 $(COMPILE.c) -o $@ $<
229 229 $(CTFCONVERT_O)
230 230
231 231 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/dev/%.c
232 232 $(COMPILE.c) -o $@ $<
233 233 $(CTFCONVERT_O)
234 234
235 235 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fd/%.c
236 236 $(COMPILE.c) -o $@ $<
237 237 $(CTFCONVERT_O)
238 238
239 239 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/fifofs/%.c
240 240 $(COMPILE.c) -o $@ $<
241 241 $(CTFCONVERT_O)
242 242
243 243 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/hsfs/%.c
244 244 $(COMPILE.c) -o $@ $<
245 245 $(CTFCONVERT_O)
246 246
247 247 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/lofs/%.c
248 248 $(COMPILE.c) -o $@ $<
249 249 $(CTFCONVERT_O)
250 250
251 251 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/mntfs/%.c
252 252 $(COMPILE.c) -o $@ $<
253 253 $(CTFCONVERT_O)
254 254
255 255 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/namefs/%.c
256 256 $(COMPILE.c) -o $@ $<
257 257 $(CTFCONVERT_O)
258 258
259 259 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/nfs/%.c
260 260 $(COMPILE.c) -o $@ $<
261 261 $(CTFCONVERT_O)
262 262
263 263 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbsrv/%.c
264 264 $(COMPILE.c) -o $@ $<
265 265 $(CTFCONVERT_O)
266 266
267 267 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbsrv/%.c
268 268 $(COMPILE.c) -o $@ $<
269 269 $(CTFCONVERT_O)
270 270
271 271 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/objfs/%.c
272 272 $(COMPILE.c) -o $@ $<
273 273 $(CTFCONVERT_O)
274 274
275 275 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/pcfs/%.c
276 276 $(COMPILE.c) -o $@ $<
277 277 $(CTFCONVERT_O)
278 278
279 279 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/portfs/%.c
280 280 $(COMPILE.c) -o $@ $<
281 281 $(CTFCONVERT_O)
282 282
283 283 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/proc/%.c
284 284 $(COMPILE.c) -o $@ $<
285 285 $(CTFCONVERT_O)
286 286
287 287 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/sharefs/%.c
288 288 $(COMPILE.c) -o $@ $<
289 289 $(CTFCONVERT_O)
290 290
291 291 $(OBJS_DIR)/%.o: $(COMMONBASE)/smbclnt/%.c
292 292 $(COMPILE.c) -o $@ $<
293 293 $(CTFCONVERT_O)
294 294
295 295 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbclnt/netsmb/%.c
296 296 $(COMPILE.c) -o $@ $<
297 297 $(CTFCONVERT_O)
298 298
299 299 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/smbclnt/smbfs/%.c
300 300 $(COMPILE.c) -o $@ $<
301 301 $(CTFCONVERT_O)
302 302
303 303 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/sockfs/%.c
304 304 $(COMPILE.c) -o $@ $<
305 305 $(CTFCONVERT_O)
306 306
307 307 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/specfs/%.c
308 308 $(COMPILE.c) -o $@ $<
309 309 $(CTFCONVERT_O)
310 310
311 311 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/swapfs/%.c
312 312 $(COMPILE.c) -o $@ $<
313 313 $(CTFCONVERT_O)
314 314
315 315 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/tmpfs/%.c
316 316 $(COMPILE.c) -o $@ $<
317 317 $(CTFCONVERT_O)
318 318
319 319 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/udfs/%.c
320 320 $(COMPILE.c) -o $@ $<
321 321 $(CTFCONVERT_O)
322 322
323 323 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/ufs/%.c
324 324 $(COMPILE.c) -o $@ $<
325 325 $(CTFCONVERT_O)
326 326
327 327 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vscan/%.c
328 328 $(COMPILE.c) -o $@ $<
329 329 $(CTFCONVERT_O)
330 330
331 331 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zfs/%.c
332 332 $(COMPILE.c) -o $@ $<
333 333 $(CTFCONVERT_O)
334 334
335 335 $(OBJS_DIR)/%.o: $(UTSBASE)/common/fs/zut/%.c
336 336 $(COMPILE.c) -o $@ $<
337 337 $(CTFCONVERT_O)
338 338
339 339 $(OBJS_DIR)/%.o: $(COMMONBASE)/xattr/%.c
340 340 $(COMPILE.c) -o $@ $<
341 341 $(CTFCONVERT_O)
342 342
343 343 $(OBJS_DIR)/%.o: $(COMMONBASE)/zfs/%.c
344 344 $(COMPILE.c) -o $@ $<
345 345 $(CTFCONVERT_O)
346 346
347 347 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
348 348 $(COMPILE.c) -o $@ $<
349 349 $(CTFCONVERT_O)
350 350
351 351 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.bin
352 352 $(COMPILE.b) -o $@ $<
353 353 $(CTFCONVERT_O)
354 354
355 355 $(OBJS_DIR)/%.o: $(COMMONBASE)/fsreparse/%.c
356 356 $(COMPILE.c) -o $@ $<
357 357 $(CTFCONVERT_O)
358 358
359 359 KMECHKRB5_BASE=$(UTSBASE)/common/gssapi/mechs/krb5
360 360
361 361 KGSSDFLAGS=-I $(UTSBASE)/common/gssapi/include
362 362
363 363 # Note, KRB5_DEFS can be assigned various preprocessor flags,
364 364 # typically -D defines on the make invocation. The standard compiler
365 365 # flags will not be overwritten.
366 366 KGSSDFLAGS += $(KRB5_DEFS)
367 367
368 368 $(OBJS_DIR)/%.o: $(UTSBASE)/common/gssapi/%.c
369 369 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
370 370 $(CTFCONVERT_O)
371 371
372 372 $(OBJS_DIR)/%.o: $(UTSBASE)/common/gssapi/mechs/dummy/%.c
373 373 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
374 374 $(CTFCONVERT_O)
375 375
376 376 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/%.c
377 377 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
378 378 $(CTFCONVERT_O)
379 379
380 380 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/%.c
381 381 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
382 382 $(CTFCONVERT_O)
383 383
384 384 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/des/%.c
385 385 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
386 386 $(CTFCONVERT_O)
387 387
388 388 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/arcfour/%.c
389 389 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
390 390 $(CTFCONVERT_O)
391 391
392 392 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/dk/%.c
393 393 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
394 394 $(CTFCONVERT_O)
395 395
396 396 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/enc_provider/%.c
397 397 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
398 398 $(CTFCONVERT_O)
399 399
400 400 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/hash_provider/%.c
401 401 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
402 402 $(CTFCONVERT_O)
403 403
404 404 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
405 405 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
406 406 $(CTFCONVERT_O)
407 407
408 408 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/raw/%.c
409 409 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
410 410 $(CTFCONVERT_O)
411 411
412 412 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/crypto/old/%.c
413 413 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
414 414 $(CTFCONVERT_O)
415 415
416 416 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/krb5/krb/%.c
417 417 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
418 418 $(CTFCONVERT_O)
419 419
420 420 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/krb5/os/%.c
421 421 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
422 422 $(CTFCONVERT_O)
423 423
424 424 $(OBJS_DIR)/ser_sctx.o := CPPFLAGS += -DPROVIDE_KERNEL_IMPORT=1
425 425
426 426 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/mech/%.c
427 427 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
428 428 $(CTFCONVERT_O)
429 429
430 430 $(OBJS_DIR)/%.o: $(KMECHKRB5_BASE)/profile/%.c
431 431 $(COMPILE.c) $(KGSSDFLAGS) -o $@ $<
432 432 $(CTFCONVERT_O)
433 433
434 434 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ncall/%.c
435 435 $(COMPILE.c) -o $@ $<
436 436 $(CTFCONVERT_O)
437 437
438 438 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/dsw/%.c
439 439 $(COMPILE.c) -o $@ $<
440 440 $(CTFCONVERT_O)
441 441
442 442 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/nsctl/%.c
443 443 $(COMPILE.c) -o $@ $<
444 444 $(CTFCONVERT_O)
445 445
446 446 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/rdc/%.c
447 447 $(COMPILE.c) -o $@ $<
448 448 $(CTFCONVERT_O)
449 449
450 450 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/sdbc/%.c
451 451 $(COMPILE.c) -o $@ $<
452 452 $(CTFCONVERT_O)
453 453
454 454 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/solaris/%.c
455 455 $(COMPILE.c) -o $@ $<
456 456 $(CTFCONVERT_O)
457 457
458 458 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/sv/%.c
459 459 $(COMPILE.c) -o $@ $<
460 460 $(CTFCONVERT_O)
461 461
462 462 $(OBJS_DIR)/%.o: $(UTSBASE)/common/avs/ns/unistat/%.c
463 463 $(COMPILE.c) -o $@ $<
464 464 $(CTFCONVERT_O)
465 465
466 466 $(OBJS_DIR)/%.o: $(UTSBASE)/common/idmap/%.c
467 467 $(COMPILE.c) -o $@ $<
468 468 $(CTFCONVERT_O)
469 469
470 470 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/%.c
471 471 $(COMPILE.c) -o $@ $<
472 472 $(CTFCONVERT_O)
473 473
474 474 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/arp/%.c
475 475 $(COMPILE.c) -o $@ $<
476 476 $(CTFCONVERT_O)
477 477
478 478 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ip/%.c
479 479 $(COMPILE.c) -o $@ $<
480 480 $(CTFCONVERT_O)
481 481
482 482 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ipnet/%.c
483 483 $(COMPILE.c) -o $@ $<
484 484 $(CTFCONVERT_O)
485 485
486 486 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/iptun/%.c
487 487 $(COMPILE.c) -o $@ $<
488 488 $(CTFCONVERT_O)
489 489
490 490 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/kssl/%.c
491 491 $(COMPILE.c) -o $@ $<
492 492 $(CTFCONVERT_O)
493 493
494 494 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/sctp/%.c
495 495 $(COMPILE.c) -o $@ $<
496 496 $(CTFCONVERT_O)
497 497
498 498 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/tcp/%.c
499 499 $(COMPILE.c) -o $@ $<
500 500 $(CTFCONVERT_O)
501 501
502 502 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ilb/%.c
503 503 $(COMPILE.c) -o $@ $<
504 504 $(CTFCONVERT_O)
505 505
506 506 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ipf/%.c
507 507 $(COMPILE.c) -o $@ $<
508 508 $(CTFCONVERT_O)
509 509
510 510 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/ipd/%.c
511 511 $(COMPILE.c) -o $@ $<
512 512 $(CTFCONVERT_O)
513 513
514 514 $(OBJS_DIR)/%.o: $(COMMONBASE)/net/patricia/%.c
515 515 $(COMPILE.c) -o $@ $<
516 516 $(CTFCONVERT_O)
517 517
518 518 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/udp/%.c
519 519 $(COMPILE.c) -o $@ $<
520 520 $(CTFCONVERT_O)
521 521
522 522 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/nca/%.c
523 523 $(COMPILE.c) -o $@ $<
524 524 $(CTFCONVERT_O)
525 525
526 526 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/sockmods/%.c
527 527 $(COMPILE.c) -o $@ $<
528 528 $(CTFCONVERT_O)
529 529
530 530 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/dlpistub/%.c
531 531 $(COMPILE.c) -o $@ $<
532 532 $(CTFCONVERT_O)
533 533
534 534 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/%.c
535 535 $(COMPILE.c) -o $@ $<
536 536 $(CTFCONVERT_O)
537 537
538 538 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/%.c
539 539 $(COMPILE.c) -o $@ $<
540 540 $(CTFCONVERT_O)
541 541
542 542 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/adapters/%.c
543 543 $(COMPILE.c) -o $@ $<
544 544 $(CTFCONVERT_O)
545 545
546 546 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/av1394/%.c
547 547 $(COMPILE.c) -o $@ $<
548 548 $(CTFCONVERT_O)
549 549
550 550 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/dcam1394/%.c
551 551 $(COMPILE.c) -o $@ $<
552 552 $(CTFCONVERT_O)
553 553
554 554 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/1394/targets/scsa1394/%.c
555 555 $(COMPILE.c) -o $@ $<
556 556 $(CTFCONVERT_O)
557 557
558 558 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sbp2/%.c
559 559 $(COMPILE.c) -o $@ $<
560 560 $(CTFCONVERT_O)
561 561
562 562 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/aac/%.c
563 563 $(COMPILE.c) -o $@ $<
564 564 $(CTFCONVERT_O)
565 565
566 566 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/afe/%.c
567 567 $(COMPILE.c) -o $@ $<
568 568 $(CTFCONVERT_O)
569 569
570 570 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/atge/%.c
571 571 $(COMPILE.c) -o $@ $<
572 572 $(CTFCONVERT_O)
573 573
574 574 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/arn/%.c
575 575 $(COMPILE.c) -o $@ $<
576 576 $(CTFCONVERT_O)
577 577
578 578 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ath/%.c
579 579 $(COMPILE.c) -o $@ $<
580 580 $(CTFCONVERT_O)
581 581
582 582 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/atu/%.c
583 583 $(COMPILE.c) -o $@ $<
584 584 $(CTFCONVERT_O)
585 585
586 586 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/impl/%.c
587 587 $(COMPILE.c) -o $@ $<
588 588 $(CTFCONVERT_O)
589 589
590 590 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/ac97/%.c
591 591 $(COMPILE.c) -o $@ $<
592 592 $(CTFCONVERT_O)
593 593
594 594 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audioens/%.c
595 595 $(COMPILE.c) -o $@ $<
596 596 $(CTFCONVERT_O)
597 597
598 598 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
599 599 $(COMPILE.c) -o $@ $<
600 600 $(CTFCONVERT_O)
601 601
602 602 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audio1575/%.c
603 603 $(COMPILE.c) -o $@ $<
604 604 $(CTFCONVERT_O)
605 605
606 606 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audio810/%.c
607 607 $(COMPILE.c) -o $@ $<
608 608 $(CTFCONVERT_O)
609 609
610 610 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiocmi/%.c
611 611 $(COMPILE.c) -o $@ $<
612 612 $(CTFCONVERT_O)
613 613
614 614 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiocmihd/%.c
615 615 $(COMPILE.c) -o $@ $<
616 616 $(CTFCONVERT_O)
617 617
618 618 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiohd/%.c
619 619 $(COMPILE.c) -o $@ $<
620 620 $(CTFCONVERT_O)
621 621
622 622 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audioixp/%.c
623 623 $(COMPILE.c) -o $@ $<
624 624 $(CTFCONVERT_O)
625 625
626 626 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiols/%.c
627 627 $(COMPILE.c) -o $@ $<
628 628 $(CTFCONVERT_O)
629 629
630 630 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiopci/%.c
631 631 $(COMPILE.c) -o $@ $<
632 632 $(CTFCONVERT_O)
633 633
634 634 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiop16x/%.c
635 635 $(COMPILE.c) -o $@ $<
636 636 $(CTFCONVERT_O)
637 637
638 638 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiosolo/%.c
639 639 $(COMPILE.c) -o $@ $<
640 640 $(CTFCONVERT_O)
641 641
642 642 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiots/%.c
643 643 $(COMPILE.c) -o $@ $<
644 644 $(CTFCONVERT_O)
645 645
646 646 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
647 647 $(COMPILE.c) -o $@ $<
648 648 $(CTFCONVERT_O)
649 649
650 650 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/audio/drv/audiovia97/%.c
651 651 $(COMPILE.c) -o $@ $<
652 652 $(CTFCONVERT_O)
653 653
654 654 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bfe/%.c
655 655 $(COMPILE.c) -o $@ $<
656 656 $(CTFCONVERT_O)
657 657
658 658 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bge/%.c
659 659 $(COMPILE.c) -o $@ $<
660 660 $(CTFCONVERT_O)
661 661
662 662 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/blkdev/%.c
663 663 $(COMPILE.c) -o $@ $<
664 664 $(CTFCONVERT_O)
665 665
666 666 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/%.c
667 667 $(COMPILE.c) -o $@ $<
668 668 $(CTFCONVERT_O)
669 669
670 670 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/common/%.c
671 671 $(COMPILE.c) -o $@ $<
672 672 $(CTFCONVERT_O)
673 673
674 674 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/ecore/%.c
675 675 $(COMPILE.c) -o $@ $<
676 676 $(CTFCONVERT_O)
677 677
678 678 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
679 679 $(COMPILE.c) -o $@ $<
680 680 $(CTFCONVERT_O)
681 681
682 682 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/fw/%.c
683 683 $(COMPILE.c) -o $@ $<
684 684 $(CTFCONVERT_O)
685 685
686 686 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l4/%.c
687 687 $(COMPILE.c) -o $@ $<
688 688 $(CTFCONVERT_O)
689 689
690 690 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l5/%.c
691 691 $(COMPILE.c) -o $@ $<
692 692 $(CTFCONVERT_O)
693 693
694 694 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
695 695 $(COMPILE.c) -o $@ $<
696 696 $(CTFCONVERT_O)
697 697
698 698 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/bpf/%.c
699 699 $(COMPILE.c) -o $@ $<
700 700 $(CTFCONVERT_O)
701 701
702 702 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cardbus/%.c
703 703 $(COMPILE.c) -o $@ $<
704 704 $(CTFCONVERT_O)
705 705
706 706 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/stmf/%.c
707 707 $(COMPILE.c) -o $@ $<
708 708 $(CTFCONVERT_O)
709 709
710 710 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/fct/%.c
711 711 $(COMPILE.c) -o $@ $<
712 712 $(CTFCONVERT_O)
713 713
714 714 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/qlt/%.c
715 715 $(COMPILE.c) -o $@ $<
716 716 $(CTFCONVERT_O)
717 717
718 718 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/srpt/%.c
719 719 $(COMPILE.c) -o $@ $<
720 720 $(CTFCONVERT_O)
721 721
722 722 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/fcoet/%.c
723 723 $(COMPILE.c) -o $@ $<
724 724 $(CTFCONVERT_O)
725 725
726 726 $(OBJS_DIR)/%.o: $(COMMONBASE)/iscsit/%.c
727 727 $(COMPILE.c) -o $@ $<
728 728 $(CTFCONVERT_O)
729 729
730 730 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/iscsit/%.c
731 731 $(COMPILE.c) -o $@ $<
732 732 $(CTFCONVERT_O)
733 733
734 734 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/port/pppt/%.c
735 735 $(COMPILE.c) -o $@ $<
736 736 $(CTFCONVERT_O)
737 737
738 738 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
739 739 $(COMPILE.c) -o $@ $<
740 740 $(CTFCONVERT_O)
741 741
742 742 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cpqary3/%.c
743 743 $(COMPILE.c) -o $@ $<
744 744 $(CTFCONVERT_O)
745 745
746 746 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dld/%.c
747 747 $(COMPILE.c) -o $@ $<
748 748 $(CTFCONVERT_O)
749 749
750 750 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dls/%.c
751 751 $(COMPILE.c) -o $@ $<
752 752 $(CTFCONVERT_O)
753 753
754 754 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/dmfe/%.c
755 755 $(COMPILE.c) -o $@ $<
756 756 $(CTFCONVERT_O)
757 757
758 758 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/drm/%.c
759 759 $(COMPILE.c) -o $@ $<
760 760 $(CTFCONVERT_O)
761 761
762 762 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/efe/%.c
763 763 $(COMPILE.c) -o $@ $<
764 764 $(CTFCONVERT_O)
765 765
766 766 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/elxl/%.c
767 767 $(COMPILE.c) -o $@ $<
768 768 $(CTFCONVERT_O)
769 769
770 770 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fcoe/%.c
771 771 $(COMPILE.c) -o $@ $<
772 772 $(CTFCONVERT_O)
773 773
774 774 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hme/%.c
775 775 $(COMPILE.c) -o $@ $<
776 776 $(CTFCONVERT_O)
777 777
778 778 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pciex/%.c
779 779 $(COMPILE.c) -o $@ $<
780 780 $(CTFCONVERT_O)
781 781
782 782 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
783 783 $(COMPILE.c) -o $@ $<
784 784 $(CTFCONVERT_O)
785 785
786 786 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pciex/hotplug/%.c
787 787 $(COMPILE.c) -o $@ $<
788 788 $(CTFCONVERT_O)
789 789
790 790 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hotplug/pcihp/%.c
791 791 $(COMPILE.c) -o $@ $<
792 792 $(CTFCONVERT_O)
793 793
794 794 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/rds/%.c
795 795 $(COMPILE.c) -o $@ $<
796 796 $(CTFCONVERT_O)
797 797
798 798 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/rdsv3/%.c
799 799 $(COMPILE.c) -o $@ $<
800 800 $(CTFCONVERT_O)
801 801
802 802 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/iser/%.c
803 803 $(COMPILE.c) -o $@ $<
804 804 $(CTFCONVERT_O)
805 805
806 806 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/ibd/%.c
807 807 $(COMPILE.c) -o $@ $<
808 808 $(CTFCONVERT_O)
809 809
810 810 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/eoib/%.c
811 811 $(COMPILE.c) -o $@ $<
812 812 $(CTFCONVERT_O)
813 813
814 814 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_ofs/%.c
815 815 $(COMPILE.c) -o $@ $<
816 816 $(CTFCONVERT_O)
817 817
818 818 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_ucma/%.c
819 819 $(COMPILE.c) -o $@ $<
820 820 $(CTFCONVERT_O)
821 821
822 822 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_umad/%.c
823 823 $(COMPILE.c) -o $@ $<
824 824 $(CTFCONVERT_O)
825 825
826 826 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/of/sol_uverbs/%.c
827 827 $(COMPILE.c) -o $@ $<
828 828 $(CTFCONVERT_O)
829 829
830 830 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/sdp/%.c
831 831 $(COMPILE.c) -o $@ $<
832 832 $(CTFCONVERT_O)
833 833
834 834 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
835 835 $(COMPILE.c) -o $@ $<
836 836 $(CTFCONVERT_O)
837 837
838 838 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
839 839 $(COMPILE.c) -o $@ $<
840 840 $(CTFCONVERT_O)
841 841
842 842 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
843 843 $(COMPILE.c) -o $@ $<
844 844 $(CTFCONVERT_O)
845 845
846 846 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
847 847 $(COMPILE.c) -o $@ $<
848 848 $(CTFCONVERT_O)
849 849
850 850 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/ibnex/%.c
851 851 $(COMPILE.c) -o $@ $<
852 852 $(CTFCONVERT_O)
853 853
854 854 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/ibtl/%.c
855 855 $(COMPILE.c) -o $@ $<
856 856 $(CTFCONVERT_O)
857 857
858 858 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/adapters/tavor/%.c
859 859 $(COMPILE.c) -o $@ $<
860 860 $(CTFCONVERT_O)
861 861
862 862 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/adapters/hermon/%.c
863 863 $(COMPILE.c) -o $@ $<
864 864 $(CTFCONVERT_O)
865 865
866 866 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ib/clients/daplt/%.c
867 867 $(COMPILE.c) -o $@ $<
868 868 $(CTFCONVERT_O)
869 869
870 870 $(OBJS_DIR)/%.o: $(COMMONBASE)/iscsi/%.c
871 871 $(COMPILE.c) -o $@ $<
872 872 $(CTFCONVERT_O)
873 873
874 874 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/idm/%.c
875 875 $(COMPILE.c) -o $@ $<
876 876 $(CTFCONVERT_O)
877 877
878 878 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ipw/%.c
879 879 $(COMPILE.c) -o $@ $<
880 880 $(CTFCONVERT_O)
881 881
882 882 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwh/%.c
883 883 $(COMPILE.c) -o $@ $<
884 884 $(CTFCONVERT_O)
885 885
886 886 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwi/%.c
887 887 $(COMPILE.c) -o $@ $<
888 888 $(CTFCONVERT_O)
889 889
890 890 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwk/%.c
891 891 $(COMPILE.c) -o $@ $<
892 892 $(CTFCONVERT_O)
893 893
894 894 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iwp/%.c
895 895 $(COMPILE.c) -o $@ $<
896 896 $(CTFCONVERT_O)
897 897
898 898 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kb8042/%.c
899 899 $(COMPILE.c) -o $@ $<
900 900 $(CTFCONVERT_O)
901 901
902 902 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/kbtrans/%.c
903 903 $(COMPILE.c) -o $@ $<
904 904 $(CTFCONVERT_O)
905 905
906 906 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ksocket/%.c
907 907 $(COMPILE.c) -o $@ $<
908 908 $(CTFCONVERT_O)
909 909
910 910 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/aggr/%.c
911 911 $(COMPILE.c) -o $@ $<
912 912 $(CTFCONVERT_O)
913 913
914 914 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lp/%.c
915 915 $(COMPILE.c) -o $@ $<
916 916 $(CTFCONVERT_O)
917 917
918 918 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/hotspares/%.c
919 919 $(COMPILE.c) -o $@ $<
920 920 $(CTFCONVERT_O)
921 921
922 922 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/md/%.c
923 923 $(COMPILE.c) -o $@ $<
924 924 $(CTFCONVERT_O)
925 925
926 926 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/mirror/%.c
927 927 $(COMPILE.c) -o $@ $<
928 928 $(CTFCONVERT_O)
929 929
930 930 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/notify/%.c
931 931 $(COMPILE.c) -o $@ $<
932 932 $(CTFCONVERT_O)
933 933
934 934 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/raid/%.c
935 935 $(COMPILE.c) -o $@ $<
936 936 $(CTFCONVERT_O)
937 937
938 938 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/softpart/%.c
939 939 $(COMPILE.c) -o $@ $<
940 940 $(CTFCONVERT_O)
941 941
942 942 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/stripe/%.c
943 943 $(COMPILE.c) -o $@ $<
944 944 $(CTFCONVERT_O)
945 945
946 946 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/lvm/trans/%.c
947 947 $(COMPILE.c) -o $@ $<
948 948 $(CTFCONVERT_O)
949 949
950 950 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mac/%.c
951 951 $(COMPILE.c) -o $@ $<
952 952 $(CTFCONVERT_O)
953 953
954 954 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mac/plugins/%.c
955 955 $(COMPILE.c) -o $@ $<
956 956 $(CTFCONVERT_O)
957 957
958 958 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mega_sas/%.c
959 959 $(COMPILE.c) -o $@ $<
960 960 $(CTFCONVERT_O)
961 961
962 962 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mii/%.c
963 963 $(COMPILE.c) -o $@ $<
964 964 $(CTFCONVERT_O)
965 965
966 966 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mr_sas/%.c
967 967 $(COMPILE.c) -o $@ $<
968 968 $(CTFCONVERT_O)
969 969
970 970 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
971 971 $(COMPILE.c) -o $@ $<
972 972 $(CTFCONVERT_O)
973 973
974 974 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mxfe/%.c
975 975 $(COMPILE.c) -o $@ $<
976 976 $(CTFCONVERT_O)
977 977
978 978 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/%.c
979 979 $(COMPILE.c) -o $@ $<
980 980 $(CTFCONVERT_O)
981 981
982 982 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
983 983 $(COMPILE.c) -o $@ $<
984 984 $(CTFCONVERT_O)
985 985
986 986 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/net80211/%.c
987 987 $(COMPILE.c) -o $@ $<
988 988 $(CTFCONVERT_O)
989 989
990 990 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nge/%.c
991 991 $(COMPILE.c) -o $@ $<
992 992 $(CTFCONVERT_O)
993 993
994 994 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nvme/%.c
995 995 $(COMPILE.c) -o $@ $<
996 996 $(CTFCONVERT_O)
997 997
998 998 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.c
999 999 $(COMPILE.c) -o $@ $<
1000 1000 $(CTFCONVERT_O)
1001 1001
1002 1002 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/npi/%.c
1003 1003 $(COMPILE.c) -o $@ $<
1004 1004 $(CTFCONVERT_O)
1005 1005
1006 1006 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/nxge/%.s
1007 1007 $(COMPILE.s) -o $@ $<
1008 1008
1009 1009 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pci-ide/%.c
1010 1010 $(COMPILE.c) -o $@ $<
1011 1011 $(CTFCONVERT_O)
1012 1012
1013 1013 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/pcn/%.c
1014 1014 $(COMPILE.c) -o $@ $<
1015 1015 $(CTFCONVERT_O)
1016 1016
1017 1017 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppp/%.c
1018 1018 $(COMPILE.c) -o $@ $<
1019 1019 $(CTFCONVERT_O)
1020 1020
1021 1021 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/spppasyn/%.c
1022 1022 $(COMPILE.c) -o $@ $<
1023 1023 $(CTFCONVERT_O)
1024 1024
1025 1025 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ppp/sppptun/%.c
1026 1026 $(COMPILE.c) -o $@ $<
1027 1027 $(CTFCONVERT_O)
1028 1028
1029 1029 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ral/%.c
1030 1030 $(COMPILE.c) -o $@ $<
1031 1031 $(CTFCONVERT_O)
1032 1032
1033 1033 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rge/%.c
1034 1034 $(COMPILE.c) -o $@ $<
1035 1035 $(CTFCONVERT_O)
1036 1036
1037 1037 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rtls/%.c
1038 1038 $(COMPILE.c) -o $@ $<
1039 1039 $(CTFCONVERT_O)
1040 1040
1041 1041 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rsm/%.c
1042 1042 $(COMPILE.c) -o $@ $<
1043 1043 $(CTFCONVERT_O)
1044 1044
1045 1045 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rtw/%.c
1046 1046 $(COMPILE.c) -o $@ $<
1047 1047 $(CTFCONVERT_O)
1048 1048
1049 1049 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rum/%.c
1050 1050 $(COMPILE.c) -o $@ $<
1051 1051 $(CTFCONVERT_O)
1052 1052
1053 1053 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rwd/%.c
1054 1054 $(COMPILE.c) -o $@ $<
1055 1055 $(CTFCONVERT_O)
1056 1056
1057 1057 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/rwn/%.c
1058 1058 $(COMPILE.c) -o $@ $<
1059 1059 $(CTFCONVERT_O)
1060 1060
1061 1061 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
1062 1062 $(COMPILE.c) -o $@ $<
1063 1063 $(CTFCONVERT_O)
1064 1064
1065 1065 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
1066 1066 $(COMPILE.c) -o $@ $<
1067 1067 $(CTFCONVERT_O)
1068 1068
1069 1069 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
1070 1070 $(COMPILE.c) -o $@ $<
1071 1071 $(CTFCONVERT_O)
1072 1072
1073 1073 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sata/impl/%.c
1074 1074 $(COMPILE.c) -o $@ $<
1075 1075 $(CTFCONVERT_O)
1076 1076
1077 1077 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/conf/%.c
1078 1078 $(COMPILE.c) -o $@ $<
1079 1079 $(CTFCONVERT_O)
1080 1080
1081 1081 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/impl/%.c
1082 1082 $(COMPILE.c) -o $@ $<
1083 1083 $(CTFCONVERT_O)
1084 1084
1085 1085 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/targets/%.c
1086 1086 $(COMPILE.c) -o $@ $<
1087 1087 $(CTFCONVERT_O)
1088 1088
1089 1089 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/%.c
1090 1090 $(COMPILE.c) -o $@ $<
1091 1091 $(CTFCONVERT_O)
1092 1092
1093 1093 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
1094 1094 $(COMPILE.c) -o $@ $<
1095 1095 $(CTFCONVERT_O)
1096 1096
1097 1097 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
1098 1098 $(COMPILE.c) -o $@ $<
1099 1099 $(CTFCONVERT_O)
1100 1100
1101 1101 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
1102 1102 $(COMPILE.c) -o $@ $<
1103 1103 $(CTFCONVERT_O)
1104 1104
1105 1105 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
1106 1106 $(COMPILE.c) -o $@ $<
1107 1107 $(CTFCONVERT_O)
1108 1108
1109 1109 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/impl/%.c
1110 1110 $(COMPILE.c) -o $@ $<
1111 1111 $(CTFCONVERT_O)
1112 1112
1113 1113 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
1114 1114 $(COMPILE.c) -o $@ $<
1115 1115 $(CTFCONVERT_O)
1116 1116
1117 1117 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
1118 1118 $(COMPILE.c) -o $@ $<
1119 1119 $(CTFCONVERT_O)
1120 1120
1121 1121 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
1122 1122 $(COMPILE.c) -o $@ $<
1123 1123 $(CTFCONVERT_O)
1124 1124
1125 1125 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
1126 1126 $(COMPILE.c) -o $@ $<
1127 1127 $(CTFCONVERT_O)
1128 1128
1129 1129 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
1130 1130 $(COMPILE.c) -o $@ $<
1131 1131 $(CTFCONVERT_O)
1132 1132
1133 1133 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
1134 1134 $(COMPILE.c) -o $@ $<
1135 1135 $(CTFCONVERT_O)
1136 1136
1137 1137 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/impl/%.c
1138 1138 $(COMPILE.c) -o $@ $<
1139 1139 $(CTFCONVERT_O)
1140 1140
1141 1141 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
1142 1142 $(COMPILE.c) -o $@ $<
1143 1143 $(CTFCONVERT_O)
1144 1144
1145 1145 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfe/%.c
1146 1146 $(COMPILE.c) -o $@ $<
1147 1147 $(CTFCONVERT_O)
1148 1148
1149 1149 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/simnet/%.c
1150 1150 $(COMPILE.c) -o $@ $<
1151 1151 $(CTFCONVERT_O)
1152 1152
1153 1153 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/softmac/%.c
1154 1154 $(COMPILE.c) -o $@ $<
1155 1155 $(CTFCONVERT_O)
1156 1156
1157 1157 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/%.c
1158 1158 $(COMPILE.c) -o $@ $<
1159 1159 $(CTFCONVERT_O)
1160 1160
1161 1161 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/uath/uath_fw/%.c
1162 1162 $(COMPILE.c) -o $@ $<
1163 1163 $(CTFCONVERT_O)
1164 1164
1165 1165 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ural/%.c
1166 1166 $(COMPILE.c) -o $@ $<
1167 1167 $(CTFCONVERT_O)
1168 1168
1169 1169 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/urtw/%.c
1170 1170 $(COMPILE.c) -o $@ $<
1171 1171 $(CTFCONVERT_O)
1172 1172
1173 1173 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
1174 1174 $(COMPILE.c) -o $@ $<
1175 1175 $(CTFCONVERT_O)
1176 1176
1177 1177 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
1178 1178 $(COMPILE.c) -o $@ $<
1179 1179 $(CTFCONVERT_O)
1180 1180
1181 1181 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
1182 1182 $(COMPILE.c) -o $@ $<
1183 1183 $(CTFCONVERT_O)
1184 1184
1185 1185 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbskel/%.c
1186 1186 $(COMPILE.c) -o $@ $<
1187 1187 $(CTFCONVERT_O)
1188 1188
1189 1189 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
1190 1190 $(COMPILE.c) -o $@ $<
1191 1191 $(CTFCONVERT_O)
1192 1192
1193 1193 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/hid/%.c
1194 1194 $(COMPILE.c) -o $@ $<
1195 1195 $(CTFCONVERT_O)
1196 1196
1197 1197 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/hidparser/%.c
1198 1198 $(COMPILE.c) -o $@ $<
1199 1199 $(CTFCONVERT_O)
1200 1200
1201 1201 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/printer/%.c
1202 1202 $(COMPILE.c) -o $@ $<
1203 1203 $(CTFCONVERT_O)
1204 1204
1205 1205 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbkbm/%.c
1206 1206 $(COMPILE.c) -o $@ $<
1207 1207 $(CTFCONVERT_O)
1208 1208
1209 1209 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbms/%.c
1210 1210 $(COMPILE.c) -o $@ $<
1211 1211 $(CTFCONVERT_O)
1212 1212
1213 1213 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbinput/usbwcm/%.c
1214 1214 $(COMPILE.c) -o $@ $<
1215 1215 $(CTFCONVERT_O)
1216 1216
1217 1217 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/ugen/%.c
1218 1218 $(COMPILE.c) -o $@ $<
1219 1219 $(CTFCONVERT_O)
1220 1220
1221 1221 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/%.c
1222 1222 $(COMPILE.c) -o $@ $<
1223 1223 $(CTFCONVERT_O)
1224 1224
1225 1225 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
1226 1226 $(COMPILE.c) -o $@ $<
1227 1227 $(CTFCONVERT_O)
1228 1228
1229 1229 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
1230 1230 $(COMPILE.c) -o $@ $<
1231 1231 $(CTFCONVERT_O)
1232 1232
1233 1233 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
1234 1234 $(COMPILE.c) -o $@ $<
1235 1235 $(CTFCONVERT_O)
1236 1236
1237 1237 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
1238 1238 $(COMPILE.c) -o $@ $<
1239 1239 $(CTFCONVERT_O)
1240 1240
1241 1241 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/clients/usbecm/%.c
1242 1242 $(COMPILE.c) -o $@ $<
1243 1243 $(CTFCONVERT_O)
1244 1244
1245 1245 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/openhci/%.c
1246 1246 $(COMPILE.c) -o $@ $<
1247 1247 $(CTFCONVERT_O)
1248 1248
1249 1249 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/ehci/%.c
1250 1250 $(COMPILE.c) -o $@ $<
1251 1251 $(CTFCONVERT_O)
1252 1252
1253 1253 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/uhci/%.c
1254 1254 $(COMPILE.c) -I../../common -o $@ $<
1255 1255 $(CTFCONVERT_O)
1256 1256
1257 1257 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hubd/%.c
1258 1258 $(COMPILE.c) -o $@ $<
1259 1259 $(CTFCONVERT_O)
1260 1260
1261 1261 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/scsa2usb/%.c
1262 1262 $(COMPILE.c) -o $@ $<
1263 1263 $(CTFCONVERT_O)
1264 1264
1265 1265 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_mid/%.c
1266 1266 $(COMPILE.c) -o $@ $<
1267 1267 $(CTFCONVERT_O)
1268 1268
1269 1269 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usb_ia/%.c
1270 1270 $(COMPILE.c) -o $@ $<
1271 1271 $(CTFCONVERT_O)
1272 1272
1273 1273 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba/%.c
1274 1274 $(COMPILE.c) -o $@ $<
1275 1275 $(CTFCONVERT_O)
1276 1276
1277 1277 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/usba10/%.c
1278 1278 $(COMPILE.c) -o $@ $<
1279 1279 $(CTFCONVERT_O)
1280 1280
1281 1281 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vuidmice/%.c
1282 1282 $(COMPILE.c) -o $@ $<
1283 1283 $(CTFCONVERT_O)
1284 1284
1285 1285 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vnic/%.c
1286 1286 $(COMPILE.c) -o $@ $<
1287 1287 $(CTFCONVERT_O)
1288 1288
1289 1289 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/wpi/%.c
1290 1290 $(COMPILE.c) -o $@ $<
1291 1291 $(CTFCONVERT_O)
1292 1292
1293 1293 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/zyd/%.c
1294 1294 $(COMPILE.c) -o $@ $<
1295 1295 $(CTFCONVERT_O)
1296 1296
1297 1297 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/chxge/com/%.c
1298 1298 $(COMPILE.c) -o $@ $<
1299 1299 $(CTFCONVERT_O)
1300 1300
1301 1301 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/chxge/%.c
1302 1302 $(COMPILE.c) -o $@ $<
1303 1303 $(CTFCONVERT_O)
1304 1304
1305 1305 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/common/%.c
1306 1306 $(COMPILE.c) -o $@ $<
1307 1307 $(CTFCONVERT_O)
1308 1308
1309 1309 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/shared/%.c
1310 1310 $(COMPILE.c) -o $@ $<
1311 1311 $(CTFCONVERT_O)
1312 1312
1313 1313 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/firmware/%.c
1314 1314 $(COMPILE.c) -o $@ $<
1315 1315 $(CTFCONVERT_O)
1316 1316
1317 1317 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/t4nex/%.c
1318 1318 $(COMPILE.c) -o $@ $<
1319 1319 $(CTFCONVERT_O)
1320 1320
1321 1321 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/cxgbe/cxgbe/%.c
1322 1322 $(COMPILE.c) -o $@ $<
1323 1323 $(CTFCONVERT_O)
1324 1324
1325 1325 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgb/%.c
1326 1326 $(COMPILE.c) -o $@ $<
1327 1327 $(CTFCONVERT_O)
1328 1328
1329 1329 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/xge/drv/%.c
1330 1330 $(COMPILE.c) -o $@ $<
1331 1331 $(CTFCONVERT_O)
1332 1332
1333 1333 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/xge/hal/xgehal/%.c
1334 1334 $(COMPILE.c) -o $@ $<
1335 1335 $(CTFCONVERT_O)
1336 1336
1337 1337 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/e1000api/%.c
1338 1338 $(COMPILE.c) -o $@ $<
1339 1339 $(CTFCONVERT_O)
1340 1340
1341 1341 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/e1000g/%.c
1342 1342 $(COMPILE.c) -o $@ $<
1343 1343 $(CTFCONVERT_O)
1344 1344
1345 1345 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/igb/%.c
1346 1346 $(COMPILE.c) -o $@ $<
1347 1347 $(CTFCONVERT_O)
1348 1348
1349 1349 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/iprb/%.c
1350 1350 $(COMPILE.c) -o $@ $<
1351 1351 $(CTFCONVERT_O)
1352 1352
1353 1353 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgbe/%.c
1354 1354 $(COMPILE.c) -o $@ $<
1355 1355 $(CTFCONVERT_O)
1356 1356
1357 1357 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ixgbe/core/%.c
1358 1358 $(COMPILE.c) -o $@ $<
1359 1359 $(CTFCONVERT_O)
1360 1360
1361 1361 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/ntxn/%.c
1362 1362 $(COMPILE.c) -o $@ $<
1363 1363 $(CTFCONVERT_O)
1364 1364
1365 1365 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/myri10ge/drv/%.c
1366 1366 $(COMPILE.c) -o $@ $<
1367 1367 $(CTFCONVERT_O)
1368 1368
1369 1369 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/%.c
1370 1370 $(COMPILE.c) -o $@ $<
1371 1371 $(CTFCONVERT_O)
1372 1372
1373 1373 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/ipgpc/%.c
1374 1374 $(COMPILE.c) -o $@ $<
1375 1375 $(CTFCONVERT_O)
1376 1376
1377 1377 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/dlcosmk/%.c
1378 1378 $(COMPILE.c) -o $@ $<
1379 1379 $(CTFCONVERT_O)
1380 1380
1381 1381 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/flowacct/%.c
1382 1382 $(COMPILE.c) -o $@ $<
1383 1383 $(CTFCONVERT_O)
1384 1384
1385 1385 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/dscpmk/%.c
1386 1386 $(COMPILE.c) -o $@ $<
1387 1387 $(CTFCONVERT_O)
1388 1388
1389 1389 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ipp/meters/%.c
1390 1390 $(COMPILE.c) -o $@ $<
1391 1391 $(CTFCONVERT_O)
1392 1392
1393 1393 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_emea/%.c
1394 1394 $(COMPILE.c) -o $@ $<
1395 1395 $(CTFCONVERT_O)
1396 1396
1397 1397 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_ja/%.c
1398 1398 $(COMPILE.c) -o $@ $<
1399 1399 $(CTFCONVERT_O)
1400 1400
1401 1401 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_ko/%.c
1402 1402 $(COMPILE.c) -o $@ $<
1403 1403 $(CTFCONVERT_O)
1404 1404
1405 1405 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_sc/%.c
1406 1406 $(COMPILE.c) -o $@ $<
1407 1407 $(CTFCONVERT_O)
1408 1408
1409 1409 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kiconv/kiconv_tc/%.c
1410 1410 $(COMPILE.c) -o $@ $<
1411 1411 $(CTFCONVERT_O)
1412 1412
1413 1413 $(OBJS_DIR)/%.o: $(UTSBASE)/common/klm/%.c
1414 1414 $(COMPILE.c) -o $@ $<
1415 1415 $(CTFCONVERT_O)
1416 1416
1417 1417 $(OBJS_DIR)/%.o: $(UTSBASE)/common/kmdb/%.c
1418 1418 $(COMPILE.c) -o $@ $<
1419 1419 $(CTFCONVERT_O)
1420 1420
1421 1421 $(OBJS_DIR)/%.o: $(UTSBASE)/common/ktli/%.c
1422 1422 $(COMPILE.c) -o $@ $<
1423 1423 $(CTFCONVERT_O)
1424 1424
1425 1425 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
1426 1426 $(COMPILE.c) -o $@ $<
1427 1427 $(CTFCONVERT_O)
1428 1428
1429 1429 $(OBJS_DIR)/%.o: $(COMMONBASE)/iscsi/%.c
1430 1430 $(COMPILE.c) -o $@ $<
1431 1431 $(CTFCONVERT_O)
1432 1432
1433 1433 $(OBJS_DIR)/%.o: $(UTSBASE)/common/inet/kifconf/%.c
1434 1434 $(COMPILE.c) -o $@ $<
↓ open down ↓ |
1400 lines elided |
↑ open up ↑ |
1435 1435 $(CTFCONVERT_O)
1436 1436
1437 1437 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vr/%.c
1438 1438 $(COMPILE.c) -o $@ $<
1439 1439 $(CTFCONVERT_O)
1440 1440
1441 1441 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/yge/%.c
1442 1442 $(COMPILE.c) -o $@ $<
1443 1443 $(CTFCONVERT_O)
1444 1444
1445 +$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/%.c
1446 + $(COMPILE.c) -o $@ $<
1447 + $(CTFCONVERT_O)
1448 +
1449 +$(OBJS_DIR)/%.o: $(UTSBASE)/common/io/sfxge/common/%.c
1450 + $(COMPILE.c) -o $@ $<
1451 + $(CTFCONVERT_O)
1452 +
1445 1453 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/skd/%.c
1446 1454 $(COMPILE.c) -o $@ $<
1447 1455 $(CTFCONVERT_O)
1448 1456
1449 1457 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/virtio/%.c
1450 1458 $(COMPILE.c) -o $@ $<
1451 1459 $(CTFCONVERT_O)
1452 1460
1453 1461 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioblk/%.c
1454 1462 $(COMPILE.c) -o $@ $<
1455 1463 $(CTFCONVERT_O)
1456 1464
1457 1465 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/vioif/%.c
1458 1466 $(COMPILE.c) -o $@ $<
1459 1467 $(CTFCONVERT_O)
1460 1468 #
1461 1469 # krtld must refer to its own bzero/bcopy until the kernel is fully linked
1462 1470 #
1463 1471 $(OBJS_DIR)/bootrd.o := CPPFLAGS += -DKOBJ_OVERRIDES
1464 1472 $(OBJS_DIR)/doreloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1465 1473 $(OBJS_DIR)/kobj.o := CPPFLAGS += -DKOBJ_OVERRIDES
1466 1474 $(OBJS_DIR)/kobj_boot.o := CPPFLAGS += -DKOBJ_OVERRIDES
1467 1475 $(OBJS_DIR)/kobj_bootflags.o := CPPFLAGS += -DKOBJ_OVERRIDES
1468 1476 $(OBJS_DIR)/kobj_convrelstr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1469 1477 $(OBJS_DIR)/kobj_isa.o := CPPFLAGS += -DKOBJ_OVERRIDES
1470 1478 $(OBJS_DIR)/kobj_kdi.o := CPPFLAGS += -DKOBJ_OVERRIDES
1471 1479 $(OBJS_DIR)/kobj_lm.o := CPPFLAGS += -DKOBJ_OVERRIDES
1472 1480 $(OBJS_DIR)/kobj_reloc.o := CPPFLAGS += -DKOBJ_OVERRIDES
1473 1481 $(OBJS_DIR)/kobj_stubs.o := CPPFLAGS += -DKOBJ_OVERRIDES
1474 1482 $(OBJS_DIR)/kobj_subr.o := CPPFLAGS += -DKOBJ_OVERRIDES
1475 1483
1476 1484 $(OBJS_DIR)/%.o: $(UTSBASE)/common/krtld/%.c
1477 1485 $(COMPILE.c) -o $@ $<
1478 1486 $(CTFCONVERT_O)
1479 1487
1480 1488 $(OBJS_DIR)/%.o: $(COMMONBASE)/list/%.c
1481 1489 $(COMPILE.c) -o $@ $<
1482 1490 $(CTFCONVERT_O)
1483 1491
1484 1492 $(OBJS_DIR)/%.o: $(COMMONBASE)/lvm/%.c
1485 1493 $(COMPILE.c) -o $@ $<
1486 1494 $(CTFCONVERT_O)
1487 1495
1488 1496 $(OBJS_DIR)/%.o: $(COMMONBASE)/lzma/%.c
1489 1497 $(COMPILE.c) -o $@ $<
1490 1498 $(CTFCONVERT_O)
1491 1499
1492 1500 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/md4/%.c
1493 1501 $(COMPILE.c) -o $@ $<
1494 1502 $(CTFCONVERT_O)
1495 1503
1496 1504 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/md5/%.c
1497 1505 $(COMPILE.c) -o $@ $<
1498 1506 $(CTFCONVERT_O)
1499 1507
1500 1508 $(OBJS_DIR)/%.o: $(COMMONBASE)/net/dhcp/%.c
1501 1509 $(COMPILE.c) -o $@ $<
1502 1510 $(CTFCONVERT_O)
1503 1511
1504 1512 $(OBJS_DIR)/%.o: $(COMMONBASE)/nvpair/%.c
1505 1513 $(COMPILE.c) -o $@ $<
1506 1514 $(CTFCONVERT_O)
1507 1515
1508 1516 $(OBJS_DIR)/%.o: $(UTSBASE)/common/os/%.c
1509 1517 $(COMPILE.c) -o $@ $<
1510 1518 $(CTFCONVERT_O)
1511 1519
1512 1520 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cis/%.c
1513 1521 $(COMPILE.c) -o $@ $<
1514 1522 $(CTFCONVERT_O)
1515 1523
1516 1524 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/cs/%.c
1517 1525 $(COMPILE.c) -o $@ $<
1518 1526 $(CTFCONVERT_O)
1519 1527
1520 1528 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/nexus/%.c
1521 1529 $(COMPILE.c) -o $@ $<
1522 1530 $(CTFCONVERT_O)
1523 1531
1524 1532 $(OBJS_DIR)/%.o: $(UTSBASE)/common/pcmcia/pcs/%.c
1525 1533 $(COMPILE.c) -o $@ $<
1526 1534 $(CTFCONVERT_O)
1527 1535
1528 1536 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/%.c
1529 1537 $(COMPILE.c) -o $@ $<
1530 1538 $(CTFCONVERT_O)
1531 1539
1532 1540 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec/%.c
1533 1541 $(COMPILE.c) -o $@ $<
1534 1542 $(CTFCONVERT_O)
1535 1543
1536 1544 $(OBJS_DIR)/%.o: $(UTSBASE)/common/rpc/sec_gss/%.c
1537 1545 $(COMPILE.c) -o $@ $<
1538 1546 $(CTFCONVERT_O)
1539 1547
1540 1548 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/edonr/%.c
1541 1549 $(COMPILE.c) -o $@ $<
1542 1550 $(CTFCONVERT_O)
1543 1551
1544 1552 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/sha1/%.c
1545 1553 $(COMPILE.c) -o $@ $<
1546 1554 $(CTFCONVERT_O)
1547 1555
1548 1556 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/sha2/%.c
1549 1557 $(COMPILE.c) -o $@ $<
1550 1558 $(CTFCONVERT_O)
1551 1559
1552 1560 $(OBJS_DIR)/%.o: $(COMMONBASE)/crypto/skein/%.c
1553 1561 $(COMPILE.c) -o $@ $<
1554 1562 $(CTFCONVERT_O)
1555 1563
1556 1564 $(OBJS_DIR)/%.o: $(UTSBASE)/common/syscall/%.c
1557 1565 $(COMPILE.c) -o $@ $<
1558 1566 $(CTFCONVERT_O)
1559 1567
1560 1568 $(OBJS_DIR)/%.o: $(UTSBASE)/common/tnf/%.c
1561 1569 $(COMPILE.c) -o $@ $<
1562 1570 $(CTFCONVERT_O)
1563 1571
1564 1572 $(OBJS_DIR)/%.o: $(COMMONBASE)/tsol/%.c
1565 1573 $(COMPILE.c) -o $@ $<
1566 1574 $(CTFCONVERT_O)
1567 1575
1568 1576 $(OBJS_DIR)/%.o: $(COMMONBASE)/util/%.c
1569 1577 $(COMPILE.c) -o $@ $<
1570 1578 $(CTFCONVERT_O)
1571 1579
1572 1580 $(OBJS_DIR)/%.o: $(COMMONBASE)/unicode/%.c
1573 1581 $(COMPILE.c) -o $@ $<
1574 1582 $(CTFCONVERT_O)
1575 1583
1576 1584 $(OBJS_DIR)/%.o: $(UTSBASE)/common/vm/%.c
1577 1585 $(COMPILE.c) -o $@ $<
1578 1586 $(CTFCONVERT_O)
1579 1587
1580 1588 $(OBJS_DIR)/%.o: $(UTSBASE)/common/zmod/%.c
1581 1589 $(COMPILE.c) -o $@ $<
1582 1590 $(CTFCONVERT_O)
1583 1591
1584 1592 $(OBJS_DIR)/zlib_obj.o: $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1585 1593 $(LD) -r -Breduce -M$(UTSBASE)/common/zmod/mapfile -o $@ \
1586 1594 $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1587 1595 $(CTFMERGE) -t -f -L VERSION -o $@ $(ZLIB_OBJS:%=$(OBJS_DIR)/%)
1588 1596
1589 1597 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/hxge/%.c
1590 1598 $(COMPILE.c) -o $@ $<
1591 1599 $(CTFCONVERT_O)
1592 1600
1593 1601 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/tpm/%.c
1594 1602 $(COMPILE.c) -o $@ $<
1595 1603 $(CTFCONVERT_O)
1596 1604
1597 1605 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/tpm/%.s
1598 1606 $(COMPILE.s) -o $@ $<
1599 1607
1600 1608 $(OBJS_DIR)/bz2%.o: $(COMMONBASE)/bzip2/%.c
1601 1609 $(COMPILE.c) -o $@ -I$(COMMONBASE)/bzip2 $<
1602 1610 $(CTFCONVERT_O)
1603 1611
1604 1612 BZ2LINT = -erroff=%all -I$(UTSBASE)/common/bzip2
1605 1613
1606 1614 $(LINTS_DIR)/bz2%.ln: $(COMMONBASE)/bzip2/%.c
1607 1615 @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/`basename $@ .ln` $(BZ2LINT) $< $(LTAIL))
1608 1616
1609 1617 #
1610 1618 # Section 1b: Lint `objects'
1611 1619 #
1612 1620 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/aes/%.c
1613 1621 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1614 1622
1615 1623 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/arcfour/%.c
1616 1624 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1617 1625
1618 1626 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/blowfish/%.c
1619 1627 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1620 1628
1621 1629 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/ecc/%.c
1622 1630 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1623 1631
1624 1632 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/modes/%.c
1625 1633 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1626 1634
1627 1635 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/padding/%.c
1628 1636 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1629 1637
1630 1638 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/rng/%.c
1631 1639 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1632 1640
1633 1641 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/rsa/%.c
1634 1642 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1635 1643
1636 1644 $(LINTS_DIR)/%.ln: $(COMMONBASE)/bignum/%.c
1637 1645 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1638 1646
1639 1647 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/bignum/%.c
1640 1648 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1641 1649
1642 1650 $(LINTS_DIR)/%.ln: $(COMMONBASE)/mpi/%.c
1643 1651 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1644 1652
1645 1653 $(LINTS_DIR)/%.ln: $(COMMONBASE)/acl/%.c
1646 1654 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1647 1655
1648 1656 $(LINTS_DIR)/%.ln: $(COMMONBASE)/avl/%.c
1649 1657 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1650 1658
1651 1659 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ucode/%.c
1652 1660 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1653 1661
1654 1662 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/sn1/%.c
1655 1663 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1656 1664
1657 1665 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/brand/solaris10/%.c
1658 1666 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1659 1667
1660 1668 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/c2/%.c
1661 1669 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1662 1670
1663 1671 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/conf/%.c
1664 1672 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1665 1673
1666 1674 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/contract/%.c
1667 1675 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1668 1676
1669 1677 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/cpr/%.c
1670 1678 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1671 1679
1672 1680 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ctf/%.c
1673 1681 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1674 1682
1675 1683 $(LINTS_DIR)/%.ln: $(COMMONBASE)/ctf/%.c
1676 1684 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1677 1685
1678 1686 $(LINTS_DIR)/%.ln: $(COMMONBASE)/pci/%.c
1679 1687 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1680 1688
1681 1689 $(LINTS_DIR)/%.ln: $(COMMONBASE)/devid/%.c
1682 1690 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1683 1691
1684 1692 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/des/%.c
1685 1693 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1686 1694
1687 1695 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbios/%.c
1688 1696 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1689 1697
1690 1698 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ncall/%.c
1691 1699 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1692 1700
1693 1701 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/dsw/%.c
1694 1702 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1695 1703
1696 1704 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/nsctl/%.c
1697 1705 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1698 1706
1699 1707 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/rdc/%.c
1700 1708 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1701 1709
1702 1710 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/sdbc/%.c
1703 1711 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1704 1712
1705 1713 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/solaris/%.c
1706 1714 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1707 1715
1708 1716 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/sv/%.c
1709 1717 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1710 1718
1711 1719 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/avs/ns/unistat/%.c
1712 1720 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1713 1721
1714 1722 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/des/%.c
1715 1723 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1716 1724
1717 1725 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/api/%.c
1718 1726 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1719 1727
1720 1728 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/core/%.c
1721 1729 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1722 1730
1723 1731 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/io/%.c
1724 1732 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1725 1733
1726 1734 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/crypto/spi/%.c
1727 1735 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1728 1736
1729 1737 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/disp/%.c
1730 1738 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1731 1739
1732 1740 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/dtrace/%.c
1733 1741 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1734 1742
1735 1743 $(LINTS_DIR)/%.ln: $(COMMONBASE)/exacct/%.c
1736 1744 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1737 1745
1738 1746 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/aout/%.c
1739 1747 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1740 1748
1741 1749 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/elf/%.c
1742 1750 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1743 1751
1744 1752 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/intp/%.c
1745 1753 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1746 1754
1747 1755 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/shbin/%.c
1748 1756 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1749 1757
1750 1758 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/exec/java/%.c
1751 1759 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1752 1760
1753 1761 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/%.c
1754 1762 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1755 1763
1756 1764 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/autofs/%.c
1757 1765 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1758 1766
1759 1767 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/bootfs/%.c
1760 1768 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1761 1769
1762 1770 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ctfs/%.c
1763 1771 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1764 1772
1765 1773 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/doorfs/%.c
1766 1774 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1767 1775
1768 1776 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dcfs/%.c
1769 1777 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1770 1778
1771 1779 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/devfs/%.c
1772 1780 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1773 1781
1774 1782 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/dev/%.c
1775 1783 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1776 1784
1777 1785 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fd/%.c
1778 1786 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1779 1787
1780 1788 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/fifofs/%.c
1781 1789 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1782 1790
1783 1791 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/hsfs/%.c
1784 1792 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1785 1793
1786 1794 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/lofs/%.c
1787 1795 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1788 1796
1789 1797 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/mntfs/%.c
1790 1798 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1791 1799
1792 1800 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/namefs/%.c
1793 1801 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1794 1802
1795 1803 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbsrv/%.c
1796 1804 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1797 1805
1798 1806 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbsrv/%.c
1799 1807 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1800 1808
1801 1809 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/nfs/%.c
1802 1810 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1803 1811
1804 1812 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/objfs/%.c
1805 1813 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1806 1814
1807 1815 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/pcfs/%.c
1808 1816 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1809 1817
1810 1818 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/portfs/%.c
1811 1819 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1812 1820
1813 1821 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/proc/%.c
1814 1822 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1815 1823
1816 1824 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/sharefs/%.c
1817 1825 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1818 1826
1819 1827 $(LINTS_DIR)/%.ln: $(COMMONBASE)/smbclnt/%.c
1820 1828 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1821 1829
1822 1830 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbclnt/netsmb/%.c
1823 1831 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1824 1832
1825 1833 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/smbclnt/smbfs/%.c
1826 1834 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1827 1835
1828 1836 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/sockfs/%.c
1829 1837 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1830 1838
1831 1839 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/specfs/%.c
1832 1840 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1833 1841
1834 1842 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/swapfs/%.c
1835 1843 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1836 1844
1837 1845 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/tmpfs/%.c
1838 1846 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1839 1847
1840 1848 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/udfs/%.c
1841 1849 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1842 1850
1843 1851 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ufs/%.c
1844 1852 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1845 1853
1846 1854 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/ufs_log/%.c
1847 1855 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1848 1856
1849 1857 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vscan/%.c
1850 1858 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1851 1859
1852 1860 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/zfs/%.c
1853 1861 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1854 1862
1855 1863 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/fs/zut/%.c
1856 1864 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1857 1865
1858 1866 $(LINTS_DIR)/%.ln: $(COMMONBASE)/xattr/%.c
1859 1867 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1860 1868
1861 1869 $(LINTS_DIR)/%.ln: $(COMMONBASE)/zfs/%.c
1862 1870 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1863 1871
1864 1872 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/gssapi/%.c
1865 1873 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1866 1874
1867 1875 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/gssapi/mechs/dummy/%.c
1868 1876 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1869 1877
1870 1878 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/%.c
1871 1879 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1872 1880
1873 1881 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/%.c
1874 1882 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1875 1883
1876 1884 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/des/%.c
1877 1885 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1878 1886
1879 1887 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/dk/%.c
1880 1888 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1881 1889
1882 1890 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/os/%.c
1883 1891 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1884 1892
1885 1893 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/arcfour/%.c
1886 1894 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1887 1895
1888 1896 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/enc_provider/%.c
1889 1897 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1890 1898
1891 1899 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/hash_provider/%.c
1892 1900 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1893 1901
1894 1902 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/keyhash_provider/%.c
1895 1903 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1896 1904
1897 1905 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/raw/%.c
1898 1906 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1899 1907
1900 1908 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/crypto/old/%.c
1901 1909 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1902 1910
1903 1911 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/krb5/krb/%.c
1904 1912 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1905 1913
1906 1914 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/krb5/os/%.c
1907 1915 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1908 1916
1909 1917 $(LINTS_DIR)/%.ln: $(KMECHKRB5_BASE)/mech/%.c
1910 1918 @($(LHEAD) $(LINT.c) $(KGSSDFLAGS) $< $(LTAIL))
1911 1919
1912 1920 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/idmap/%.c
1913 1921 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1914 1922
1915 1923 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/%.c
1916 1924 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1917 1925
1918 1926 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/sockmods/%.c
1919 1927 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1920 1928
1921 1929 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/arp/%.c
1922 1930 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1923 1931
1924 1932 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ip/%.c
1925 1933 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1926 1934
1927 1935 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipnet/%.c
1928 1936 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1929 1937
1930 1938 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/iptun/%.c
1931 1939 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1932 1940
1933 1941 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipd/%.c
1934 1942 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1935 1943
1936 1944 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ipf/%.c
1937 1945 @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1938 1946
1939 1947 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/kssl/%.c
1940 1948 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1941 1949
1942 1950 $(LINTS_DIR)/%.ln: $(COMMONBASE)/net/patricia/%.c
1943 1951 @($(LHEAD) $(LINT.c) $(IPFFLAGS) $< $(LTAIL))
1944 1952
1945 1953 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/udp/%.c
1946 1954 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1947 1955
1948 1956 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/sctp/%.c
1949 1957 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1950 1958
1951 1959 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/tcp/%.c
1952 1960 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1953 1961
1954 1962 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/ilb/%.c
1955 1963 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1956 1964
1957 1965 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/nca/%.c
1958 1966 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1959 1967
1960 1968 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/dlpistub/%.c
1961 1969 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1962 1970
1963 1971 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/%.c
1964 1972 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1965 1973
1966 1974 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/%.c
1967 1975 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1968 1976
1969 1977 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/adapters/%.c
1970 1978 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1971 1979
1972 1980 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/targets/av1394/%.c
1973 1981 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1974 1982
1975 1983 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/targets/dcam1394/%.c
1976 1984 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1977 1985
1978 1986 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/1394/targets/scsa1394/%.c
1979 1987 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1980 1988
1981 1989 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sbp2/%.c
1982 1990 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1983 1991
1984 1992 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/aac/%.c
1985 1993 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1986 1994
1987 1995 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/afe/%.c
1988 1996 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1989 1997
1990 1998 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/atge/%.c
1991 1999 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1992 2000
1993 2001 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/arn/%.c
1994 2002 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1995 2003
1996 2004 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ath/%.c
1997 2005 @($(LHEAD) $(LINT.c) $< $(LTAIL))
1998 2006
1999 2007 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/atu/%.c
2000 2008 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2001 2009
2002 2010 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/impl/%.c
2003 2011 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2004 2012
2005 2013 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/ac97/%.c
2006 2014 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2007 2015
2008 2016 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audio1575/%.c
2009 2017 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2010 2018
2011 2019 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audio810/%.c
2012 2020 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2013 2021
2014 2022 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiocmi/%.c
2015 2023 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2016 2024
2017 2025 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiocmihd/%.c
2018 2026 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2019 2027
2020 2028 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audioens/%.c
2021 2029 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2022 2030
2023 2031 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audioemu10k/%.c
2024 2032 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2025 2033
2026 2034 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiohd/%.c
2027 2035 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2028 2036
2029 2037 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audioixp/%.c
2030 2038 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2031 2039
2032 2040 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiols/%.c
2033 2041 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2034 2042
2035 2043 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiopci/%.c
2036 2044 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2037 2045
2038 2046 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiop16x/%.c
2039 2047 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2040 2048
2041 2049 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiosolo/%.c
2042 2050 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2043 2051
2044 2052 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiots/%.c
2045 2053 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2046 2054
2047 2055 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiovia823x/%.c
2048 2056 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2049 2057
2050 2058 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/audio/drv/audiovia97/%.c
2051 2059 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2052 2060
2053 2061 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bfe/%.c
2054 2062 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2055 2063
2056 2064 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bpf/%.c
2057 2065 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2058 2066
2059 2067 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bge/%.c
2060 2068 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2061 2069
2062 2070 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/blkdev/%.c
2063 2071 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2064 2072
2065 2073 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/%.c
2066 2074 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2067 2075
2068 2076 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/common/%.c
2069 2077 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2070 2078
2071 2079 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/ecore/%.c
2072 2080 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2073 2081
2074 2082 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
2075 2083 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2076 2084
2077 2085 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/fw/%.c
2078 2086 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2079 2087
2080 2088 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l4/%.c
2081 2089 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2082 2090
2083 2091 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/l5/%.c
2084 2092 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2085 2093
2086 2094 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/bnxe/577xx/drivers/common/lm/device/%.c
2087 2095 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2088 2096
2089 2097 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cardbus/%.c
2090 2098 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2091 2099
2092 2100 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/lu/stmf_sbd/%.c
2093 2101 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2094 2102
2095 2103 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/fct/%.c
2096 2104 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2097 2105
2098 2106 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/qlt/%.c
2099 2107 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2100 2108
2101 2109 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/srpt/%.c
2102 2110 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2103 2111
2104 2112 $(LINTS_DIR)/%.ln: $(COMMONBASE)/iscsit/%.c
2105 2113 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2106 2114
2107 2115 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/fcoet/%.c
2108 2116 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2109 2117
2110 2118 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/iscsit/%.c
2111 2119 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2112 2120
2113 2121 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/port/pppt/%.c
2114 2122 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2115 2123
2116 2124 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/comstar/stmf/%.c
2117 2125 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2118 2126
2119 2127 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cpqary3/%.c
2120 2128 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2121 2129
2122 2130 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dld/%.c
2123 2131 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2124 2132
2125 2133 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dls/%.c
2126 2134 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2127 2135
2128 2136 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/dmfe/%.c
2129 2137 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2130 2138
2131 2139 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/drm/%.c
2132 2140 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2133 2141
2134 2142 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/efe/%.c
2135 2143 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2136 2144
2137 2145 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/elxl/%.c
2138 2146 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2139 2147
2140 2148 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fcoe/%.c
2141 2149 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2142 2150
2143 2151 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hme/%.c
2144 2152 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2145 2153
2146 2154 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/%.c
2147 2155 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2148 2156
2149 2157 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/hpcsvc/%.c
2150 2158 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2151 2159
2152 2160 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pciex/hotplug/%.c
2153 2161 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2154 2162
2155 2163 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hotplug/pcihp/%.c
2156 2164 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2157 2165
2158 2166 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/rds/%.c
2159 2167 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2160 2168
2161 2169 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/rdsv3/%.c
2162 2170 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2163 2171
2164 2172 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/iser/%.c
2165 2173 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2166 2174
2167 2175 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/ibd/%.c
2168 2176 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2169 2177
2170 2178 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/eoib/%.c
2171 2179 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2172 2180
2173 2181 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_ofs/%.c
2174 2182 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2175 2183
2176 2184 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_ucma/%.c
2177 2185 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2178 2186
2179 2187 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_umad/%.c
2180 2188 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2181 2189
2182 2190 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/of/sol_uverbs/%.c
2183 2191 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2184 2192
2185 2193 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/sdp/%.c
2186 2194 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2187 2195
2188 2196 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibcm/%.c
2189 2197 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2190 2198
2191 2199 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdm/%.c
2192 2200 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2193 2201
2194 2202 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibdma/%.c
2195 2203 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2196 2204
2197 2205 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/mgt/ibmf/%.c
2198 2206 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2199 2207
2200 2208 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/ibnex/%.c
2201 2209 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2202 2210
2203 2211 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/ibtl/%.c
2204 2212 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2205 2213
2206 2214 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/adapters/tavor/%.c
2207 2215 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2208 2216
2209 2217 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/adapters/hermon/%.c
2210 2218 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2211 2219
2212 2220 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ib/clients/daplt/%.c
2213 2221 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2214 2222
2215 2223 $(LINTS_DIR)/%.ln: $(COMMONBASE)/iscsi/%.c
2216 2224 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2217 2225
2218 2226 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/idm/%.c
2219 2227 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2220 2228
2221 2229 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ipw/%.c
2222 2230 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2223 2231
2224 2232 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwh/%.c
2225 2233 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2226 2234
2227 2235 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwi/%.c
2228 2236 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2229 2237
2230 2238 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwk/%.c
2231 2239 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2232 2240
2233 2241 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iwp/%.c
2234 2242 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2235 2243
2236 2244 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kb8042/%.c
2237 2245 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2238 2246
2239 2247 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/kbtrans/%.c
2240 2248 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2241 2249
2242 2250 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ksocket/%.c
2243 2251 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2244 2252
2245 2253 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/aggr/%.c
2246 2254 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2247 2255
2248 2256 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lp/%.c
2249 2257 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2250 2258
2251 2259 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/hotspares/%.c
2252 2260 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2253 2261
2254 2262 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/md/%.c
2255 2263 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2256 2264
2257 2265 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/mirror/%.c
2258 2266 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2259 2267
2260 2268 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/raid/%.c
2261 2269 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2262 2270
2263 2271 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/softpart/%.c
2264 2272 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2265 2273
2266 2274 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/stripe/%.c
2267 2275 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2268 2276
2269 2277 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/notify/%.c
2270 2278 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2271 2279
2272 2280 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/lvm/trans/%.c
2273 2281 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2274 2282
2275 2283 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mac/%.c
2276 2284 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2277 2285
2278 2286 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mac/plugins/%.c
2279 2287 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2280 2288
2281 2289 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mega_sas/%.c
2282 2290 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2283 2291
2284 2292 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mii/%.c
2285 2293 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2286 2294
2287 2295 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mr_sas/%.c
2288 2296 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2289 2297
2290 2298 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/mpt_sas/%.c
2291 2299 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2292 2300
2293 2301 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mxfe/%.c
2294 2302 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2295 2303
2296 2304 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/%.c
2297 2305 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2298 2306
2299 2307 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/mwl/mwl_fw/%.c
2300 2308 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2301 2309
2302 2310 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/net80211/%.c
2303 2311 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2304 2312
2305 2313 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nge/%.c
2306 2314 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2307 2315
2308 2316 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nvme/%.c
2309 2317 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2310 2318
2311 2319 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.c
2312 2320 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2313 2321
2314 2322 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/%.s
2315 2323 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2316 2324
2317 2325 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/nxge/npi/%.c
2318 2326 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2319 2327
2320 2328 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pci-ide/%.c
2321 2329 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2322 2330
2323 2331 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/pcn/%.c
2324 2332 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2325 2333
2326 2334 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppp/%.c
2327 2335 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2328 2336
2329 2337 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/spppasyn/%.c
2330 2338 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2331 2339
2332 2340 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ppp/sppptun/%.c
2333 2341 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2334 2342
2335 2343 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ral/%.c
2336 2344 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2337 2345
2338 2346 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rge/%.c
2339 2347 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2340 2348
2341 2349 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rtls/%.c
2342 2350 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2343 2351
2344 2352 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rsm/%.c
2345 2353 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2346 2354
2347 2355 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rtw/%.c
2348 2356 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2349 2357
2350 2358 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rum/%.c
2351 2359 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2352 2360
2353 2361 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rwd/%.c
2354 2362 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2355 2363
2356 2364 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/rwn/%.c
2357 2365 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2358 2366
2359 2367 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/ahci/%.c
2360 2368 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2361 2369
2362 2370 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/nv_sata/%.c
2363 2371 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2364 2372
2365 2373 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/adapters/si3124/%.c
2366 2374 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2367 2375
2368 2376 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sata/impl/%.c
2369 2377 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2370 2378
2371 2379 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/%.c
2372 2380 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2373 2381
2374 2382 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/blk2scsa/%.c
2375 2383 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2376 2384
2377 2385 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/pmcs/%.c
2378 2386 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2379 2387
2380 2388 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/%.c
2381 2389 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2382 2390
2383 2391 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/scsi_vhci/fops/%.c
2384 2392 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2385 2393
2386 2394 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/ulp/%.c
2387 2395 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2388 2396
2389 2397 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/impl/%.c
2390 2398 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2391 2399
2392 2400 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlc/%.c
2393 2401 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2394 2402
2395 2403 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/qlge/%.c
2396 2404 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2397 2405
2398 2406 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/emlxs/%.c
2399 2407 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2400 2408
2401 2409 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/oce/%.c
2402 2410 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2403 2411
2404 2412 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/fibre-channel/fca/fcoei/%.c
2405 2413 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2406 2414
2407 2415 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/conf/%.c
2408 2416 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2409 2417
2410 2418 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/impl/%.c
2411 2419 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2412 2420
2413 2421 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/targets/%.c
2414 2422 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2415 2423
2416 2424 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/adapters/sdhost/%.c
2417 2425 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2418 2426
2419 2427 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/impl/%.c
2420 2428 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2421 2429
2422 2430 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sdcard/targets/sdcard/%.c
2423 2431 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2424 2432
2425 2433 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfe/%.c
2426 2434 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2427 2435
2428 2436 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/simnet/%.c
2429 2437 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2430 2438
2431 2439 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/softmac/%.c
2432 2440 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2433 2441
2434 2442 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/uath/%.c
2435 2443 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2436 2444
2437 2445 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/uath/uath_fw/%.c
2438 2446 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2439 2447
2440 2448 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ural/%.c
2441 2449 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2442 2450
2443 2451 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/urtw/%.c
2444 2452 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2445 2453
2446 2454 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/audio/usb_ac/%.c
2447 2455 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2448 2456
2449 2457 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/audio/usb_as/%.c
2450 2458 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2451 2459
2452 2460 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/audio/usb_ah/%.c
2453 2461 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2454 2462
2455 2463 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbskel/%.c
2456 2464 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2457 2465
2458 2466 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/video/usbvc/%.c
2459 2467 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2460 2468
2461 2469 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/hid/%.c
2462 2470 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2463 2471
2464 2472 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/hidparser/%.c
2465 2473 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2466 2474
2467 2475 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbkbm/%.c
2468 2476 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2469 2477
2470 2478 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbms/%.c
2471 2479 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2472 2480
2473 2481 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbinput/usbwcm/%.c
2474 2482 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2475 2483
2476 2484 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/ugen/%.c
2477 2485 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2478 2486
2479 2487 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/printer/%.c
2480 2488 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2481 2489
2482 2490 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/%.c
2483 2491 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2484 2492
2485 2493 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbsacm/%.c
2486 2494 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2487 2495
2488 2496 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbftdi/%.c
2489 2497 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2490 2498
2491 2499 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbser_keyspan/%.c
2492 2500 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2493 2501
2494 2502 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbser/usbsprl/%.c
2495 2503 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2496 2504
2497 2505 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/clients/usbecm/%.c
2498 2506 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2499 2507
2500 2508 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/openhci/%.c
2501 2509 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2502 2510
2503 2511 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/ehci/%.c
2504 2512 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2505 2513
2506 2514 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hcd/uhci/%.c
2507 2515 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2508 2516
2509 2517 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/hubd/%.c
2510 2518 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2511 2519
2512 2520 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/scsa2usb/%.c
2513 2521 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2514 2522
2515 2523 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_mid/%.c
2516 2524 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2517 2525
2518 2526 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usb_ia/%.c
2519 2527 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2520 2528
2521 2529 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba/%.c
2522 2530 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2523 2531
2524 2532 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/usb/usba10/%.c
2525 2533 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2526 2534
2527 2535 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vuidmice/%.c
2528 2536 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2529 2537
2530 2538 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vnic/%.c
2531 2539 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2532 2540
2533 2541 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/wpi/%.c
2534 2542 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2535 2543
2536 2544 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/zyd/%.c
2537 2545 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2538 2546
2539 2547 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/com/%.c
2540 2548 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2541 2549
2542 2550 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/chxge/%.c
2543 2551 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2544 2552
2545 2553 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/common/%.c
2546 2554 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2547 2555
2548 2556 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/shared/%.c
2549 2557 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2550 2558
2551 2559 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/firmware/%.c
2552 2560 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2553 2561
2554 2562 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/t4nex/%.c
2555 2563 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2556 2564
2557 2565 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/cxgbe/cxgbe/%.c
2558 2566 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2559 2567
2560 2568 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgb/%.c
2561 2569 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2562 2570
2563 2571 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/xge/drv/%.c
2564 2572 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2565 2573
2566 2574 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/xge/hal/xgehal/%.c
2567 2575 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2568 2576
2569 2577 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/e1000g/%.c
2570 2578 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2571 2579
2572 2580 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/e1000api/%.c
2573 2581 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2574 2582
2575 2583 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/igb/%.c
2576 2584 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2577 2585
2578 2586 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/iprb/%.c
2579 2587 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2580 2588
2581 2589 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgbe/%.c
2582 2590 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2583 2591
2584 2592 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ixgbe/core/%.c
2585 2593 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2586 2594
2587 2595 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/ntxn/%.c
2588 2596 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2589 2597
2590 2598 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/myri10ge/drv/%.c
2591 2599 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2592 2600
2593 2601 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/%.c
2594 2602 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2595 2603
2596 2604 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/ipgpc/%.c
2597 2605 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2598 2606
2599 2607 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/dlcosmk/%.c
2600 2608 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2601 2609
2602 2610 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/flowacct/%.c
2603 2611 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2604 2612
2605 2613 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/dscpmk/%.c
2606 2614 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2607 2615
2608 2616 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ipp/meters/%.c
2609 2617 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2610 2618
2611 2619 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_emea/%.c
2612 2620 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2613 2621
2614 2622 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_ja/%.c
2615 2623 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2616 2624
2617 2625 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_ko/%.c
2618 2626 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2619 2627
2620 2628 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_sc/%.c
2621 2629 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2622 2630
2623 2631 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kiconv/kiconv_tc/%.c
2624 2632 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2625 2633
2626 2634 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/klm/%.c
2627 2635 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2628 2636
2629 2637 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/kmdb/%.c
2630 2638 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2631 2639
2632 2640 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/krtld/%.c
2633 2641 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2634 2642
2635 2643 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/ktli/%.c
2636 2644 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2637 2645
2638 2646 $(LINTS_DIR)/%.ln: $(COMMONBASE)/list/%.c
2639 2647 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2640 2648
2641 2649 $(LINTS_DIR)/%.ln: $(COMMONBASE)/lvm/%.c
2642 2650 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2643 2651
2644 2652 $(LINTS_DIR)/%.ln: $(COMMONBASE)/lzma/%.c
2645 2653 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2646 2654
2647 2655 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/md4/%.c
2648 2656 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2649 2657
2650 2658 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/md5/%.c
2651 2659 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2652 2660
2653 2661 $(LINTS_DIR)/%.ln: $(COMMONBASE)/net/dhcp/%.c
2654 2662 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2655 2663
2656 2664 $(LINTS_DIR)/%.ln: $(COMMONBASE)/nvpair/%.c
2657 2665 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2658 2666
2659 2667 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/os/%.c
2660 2668 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2661 2669
2662 2670 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2663 2671 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2664 2672
2665 2673 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cs/%.c
2666 2674 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2667 2675
2668 2676 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/cis/%.c
2669 2677 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2670 2678
2671 2679 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/nexus/%.c
2672 2680 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2673 2681
2674 2682 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/pcmcia/pcs/%.c
2675 2683 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2676 2684
2677 2685 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/%.c
2678 2686 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2679 2687
2680 2688 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec/%.c
2681 2689 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2682 2690
2683 2691 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/rpc/sec_gss/%.c
2684 2692 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2685 2693
2686 2694 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/edonr/%.c
2687 2695 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2688 2696
2689 2697 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha1/%.c
2690 2698 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2691 2699
2692 2700 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/sha2/%.c
2693 2701 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2694 2702
2695 2703 $(LINTS_DIR)/%.ln: $(COMMONBASE)/crypto/skein/%.c
2696 2704 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2697 2705
2698 2706 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/syscall/%.c
2699 2707 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2700 2708
2701 2709 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/tnf/%.c
2702 2710 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2703 2711
2704 2712 $(LINTS_DIR)/%.ln: $(COMMONBASE)/tsol/%.c
2705 2713 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2706 2714
2707 2715 $(LINTS_DIR)/%.ln: $(COMMONBASE)/util/%.c
2708 2716 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2709 2717
2710 2718 $(LINTS_DIR)/%.ln: $(COMMONBASE)/unicode/%.c
2711 2719 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2712 2720
2713 2721 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/vm/%.c
2714 2722 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2715 2723
2716 2724 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/scsi/adapters/iscsi/%.c
2717 2725 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2718 2726
2719 2727 $(LINTS_DIR)/%.ln: $(COMMONBASE)/iscsi/%.c
2720 2728 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2721 2729
2722 2730 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/inet/kifconf/%.c
2723 2731 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2724 2732
2725 2733 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/virtio/%.c
2726 2734 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2727 2735
2728 2736 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vioblk/%.c
2729 2737 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2730 2738
2731 2739 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vioif/%.c
2732 2740 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2733 2741
2734 2742 ZMODLINTFLAGS = -erroff=E_CONSTANT_CONDITION
2735 2743
2736 2744 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/zmod/%.c
2737 2745 @($(LHEAD) $(LINT.c) $(ZMODLINTFLAGS) $< $(LTAIL))
2738 2746
2739 2747 $(LINTS_DIR)/zlib_obj.ln: $(ZLIB_OBJS:%.o=$(LINTS_DIR)/%.ln) \
2740 2748 $(UTSBASE)/common/zmod/zlib_lint.c
2741 2749 @($(LHEAD) $(LINT.c) -C $(LINTS_DIR)/zlib_obj \
2742 2750 $(UTSBASE)/common/zmod/zlib_lint.c $(LTAIL))
2743 2751
2744 2752 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/hxge/%.c
2745 2753 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2746 2754
2747 2755 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.c
2748 2756 @($(LHEAD) $(LINT.c) $< $(LTAIL))
↓ open down ↓ |
1294 lines elided |
↑ open up ↑ |
2749 2757
2750 2758 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/tpm/%.s
2751 2759 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2752 2760
2753 2761 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/vr/%.c
2754 2762 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2755 2763
2756 2764 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/yge/%.c
2757 2765 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2758 2766
2767 +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/%.c
2768 + @($(LHEAD) $(LINT.c) $< $(LTAIL))
2769 +
2770 +$(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/sfxge/common/%.c
2771 + @($(LHEAD) $(LINT.c) $< $(LTAIL))
2772 +
2759 2773 $(LINTS_DIR)/%.ln: $(UTSBASE)/common/io/skd/%.c
2760 2774 @($(LHEAD) $(LINT.c) $< $(LTAIL))
2761 2775
2762 2776 $(LINTS_DIR)/%.ln: $(COMMONBASE)/fsreparse/%.c
2763 2777 @($(LHEAD) $(LINT.c) $< $(LTAIL))
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX