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