Print this page
4185 New hash algorithm support
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/uts/common/sys/Makefile
+++ new/usr/src/uts/common/sys/Makefile
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
↓ open down ↓ |
13 lines elided |
↑ open up ↑ |
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 #
22 22 # Copyright (c) 1989, 2010, Oracle and/or its affiliates. All rights reserved.
23 23 # Copyright 2013, Joyent, Inc. All rights reserved.
24 +# Copyright 2013 Saso Kiselkov. All rights reserved.
24 25 #
25 26
26 27 include $(SRC)/uts/Makefile.uts
27 28
28 29 FILEMODE=644
29 30
30 31 #
31 32 # Note that the following headers are present in the kernel but
32 33 # neither installed or shipped as part of the product:
33 34 # cpuid_drv.h: Private interface for cpuid consumers
34 35 # unix_bb_info.h: Private interface to kcov
35 36 #
36 37
37 38 i386_HDRS= \
38 39 agp/agpamd64gart_io.h \
39 40 agp/agpdefs.h \
40 41 agp/agpgart_impl.h \
41 42 agp/agpmaster_io.h \
42 43 agp/agptarget_io.h \
43 44 agpgart.h \
44 45 asy.h \
45 46 fd_debug.h \
46 47 fdc.h \
47 48 fdmedia.h \
48 49 mouse.h \
49 50 ucode.h
50 51
51 52 sparc_HDRS= \
52 53 mouse.h \
53 54 scsi/targets/ssddef.h \
54 55 $(MDESCHDRS)
55 56
56 57 # Generated headers
57 58 GENHDRS= \
58 59 priv_const.h \
59 60 priv_names.h \
60 61 usb/usbdevs.h
61 62
62 63 CHKHDRS= \
63 64 acpi_drv.h \
64 65 acct.h \
65 66 acctctl.h \
66 67 acl.h \
67 68 acl_impl.h \
68 69 aggr.h \
69 70 aggr_impl.h \
70 71 aio.h \
71 72 aio_impl.h \
72 73 aio_req.h \
73 74 aiocb.h \
74 75 ascii.h \
75 76 asynch.h \
76 77 atomic.h \
77 78 attr.h \
78 79 audio.h \
79 80 audioio.h \
80 81 autoconf.h \
81 82 auxv.h \
82 83 auxv_386.h \
83 84 auxv_SPARC.h \
84 85 avl.h \
85 86 avl_impl.h \
86 87 bitmap.h \
87 88 bitset.h \
88 89 bl.h \
89 90 blkdev.h \
90 91 bofi.h \
91 92 bofi_impl.h \
92 93 bpp_io.h \
93 94 bootstat.h \
94 95 brand.h \
95 96 buf.h \
96 97 bufmod.h \
97 98 bustypes.h \
98 99 byteorder.h \
99 100 callb.h \
100 101 callo.h \
101 102 cap_util.h \
102 103 cpucaps.h \
103 104 cpucaps_impl.h \
104 105 ccompile.h \
105 106 cdio.h \
106 107 cladm.h \
107 108 class.h \
108 109 clconf.h \
109 110 clock_impl.h \
110 111 cmlb.h \
111 112 cmn_err.h \
112 113 compress.h \
113 114 condvar.h \
114 115 condvar_impl.h \
115 116 conf.h \
116 117 consdev.h \
117 118 console.h \
118 119 consplat.h \
119 120 vt.h \
120 121 vtdaemon.h \
121 122 kd.h \
122 123 contract.h \
123 124 contract_impl.h \
124 125 copyops.h \
125 126 core.h \
126 127 corectl.h \
127 128 cpc_impl.h \
128 129 cpc_pcbe.h \
129 130 cpr.h \
130 131 cpupart.h \
131 132 cpuvar.h \
132 133 crc32.h \
133 134 cred.h \
134 135 cred_impl.h \
135 136 crtctl.h \
136 137 cryptmod.h \
137 138 csiioctl.h \
138 139 ctf.h \
139 140 ctfs.h \
140 141 ctfs_impl.h \
141 142 ctf_api.h \
142 143 ctype.h \
143 144 cyclic.h \
144 145 cyclic_impl.h \
145 146 dacf.h \
146 147 dacf_impl.h \
147 148 damap.h \
148 149 damap_impl.h \
149 150 dc_ki.h \
150 151 ddi.h \
151 152 ddifm.h \
152 153 ddifm_impl.h \
153 154 ddi_hp.h \
154 155 ddi_hp_impl.h \
155 156 ddi_intr.h \
156 157 ddi_intr_impl.h \
157 158 ddi_impldefs.h \
158 159 ddi_implfuncs.h \
159 160 ddi_obsolete.h \
160 161 ddi_periodic.h \
161 162 ddidevmap.h \
162 163 ddidmareq.h \
163 164 ddimapreq.h \
164 165 ddipropdefs.h \
165 166 dditypes.h \
166 167 debug.h \
167 168 des.h \
168 169 devctl.h \
169 170 devcache.h \
170 171 devcache_impl.h \
171 172 devfm.h \
172 173 devid_cache.h \
173 174 devinfo_impl.h \
174 175 devops.h \
175 176 devpolicy.h \
176 177 devpoll.h \
177 178 dirent.h \
178 179 disp.h \
179 180 dkbad.h \
180 181 dkio.h \
181 182 dklabel.h \
182 183 dl.h \
183 184 dlpi.h \
184 185 dld.h \
185 186 dld_impl.h \
186 187 dld_ioc.h \
187 188 dls.h \
188 189 dls_mgmt.h \
189 190 dls_impl.h \
190 191 dma_i8237A.h \
191 192 dnlc.h \
192 193 door.h \
↓ open down ↓ |
159 lines elided |
↑ open up ↑ |
193 194 door_data.h \
194 195 door_impl.h \
195 196 dtrace.h \
196 197 dtrace_impl.h \
197 198 dumpadm.h \
198 199 dumphdr.h \
199 200 ecppsys.h \
200 201 ecppio.h \
201 202 ecppreg.h \
202 203 ecppvar.h \
204 + edonr.h \
203 205 efi_partition.h \
204 206 elf.h \
205 207 elf_386.h \
206 208 elf_SPARC.h \
207 209 elf_notes.h \
208 210 elf_amd64.h \
209 211 elftypes.h \
210 212 emul64.h \
211 213 emul64cmd.h \
212 214 emul64var.h \
213 215 epm.h \
214 216 errno.h \
215 217 errorq.h \
216 218 errorq_impl.h \
217 219 esunddi.h \
218 220 ethernet.h \
219 221 euc.h \
220 222 eucioctl.h \
221 223 exacct.h \
222 224 exacct_catalog.h \
223 225 exacct_impl.h \
224 226 exec.h \
225 227 exechdr.h \
226 228 extdirent.h \
227 229 fault.h \
228 230 fasttrap.h \
229 231 fasttrap_impl.h \
230 232 fbio.h \
231 233 fbuf.h \
232 234 fcntl.h \
233 235 fct.h \
234 236 fct_defines.h \
235 237 fctio.h \
236 238 fdbuffer.h \
237 239 fdio.h \
238 240 feature_tests.h \
239 241 fem.h \
240 242 file.h \
241 243 filio.h \
242 244 flock.h \
243 245 flock_impl.h \
244 246 fork.h \
245 247 fss.h \
246 248 fsspriocntl.h \
247 249 fsid.h \
248 250 fssnap.h \
249 251 fssnap_if.h \
250 252 fstyp.h \
251 253 ftrace.h \
252 254 fx.h \
253 255 fxpriocntl.h \
254 256 gfs.h \
255 257 gld.h \
256 258 gldpriv.h \
257 259 group.h \
258 260 hdio.h \
259 261 hook.h \
260 262 hook_event.h \
261 263 hook_impl.h \
262 264 hwconf.h \
263 265 ia.h \
264 266 iapriocntl.h \
265 267 ibpart.h \
266 268 id32.h \
267 269 idmap.h \
268 270 ieeefp.h \
269 271 id_space.h \
270 272 instance.h \
271 273 int_const.h \
272 274 int_fmtio.h \
273 275 int_limits.h \
274 276 int_types.h \
275 277 inttypes.h \
276 278 ioccom.h \
277 279 ioctl.h \
278 280 ipc.h \
279 281 ipc_impl.h \
280 282 ipc_rctl.h \
281 283 ipmi.h \
282 284 isa_defs.h \
283 285 iscsi_authclient.h \
284 286 iscsi_authclientglue.h \
285 287 iscsi_protocol.h \
286 288 jioctl.h \
287 289 kbd.h \
288 290 kbdreg.h \
289 291 kbio.h \
290 292 kcpc.h \
291 293 kdi.h \
292 294 kdi_impl.h \
293 295 kiconv.h \
294 296 kiconv_big5_utf8.h \
295 297 kiconv_cck_common.h \
296 298 kiconv_cp950hkscs_utf8.h \
297 299 kiconv_emea1.h \
298 300 kiconv_emea2.h \
299 301 kiconv_euckr_utf8.h \
300 302 kiconv_euctw_utf8.h \
301 303 kiconv_gb18030_utf8.h \
302 304 kiconv_gb2312_utf8.h \
303 305 kiconv_hkscs_utf8.h \
304 306 kiconv_ja.h \
305 307 kiconv_ja_jis_to_unicode.h \
306 308 kiconv_ja_unicode_to_jis.h \
307 309 kiconv_ko.h \
308 310 kiconv_latin1.h \
309 311 kiconv_sc.h \
310 312 kiconv_tc.h \
311 313 kiconv_uhc_utf8.h \
312 314 kiconv_utf8_big5.h \
313 315 kiconv_utf8_cp950hkscs.h \
314 316 kiconv_utf8_euckr.h \
315 317 kiconv_utf8_euctw.h \
316 318 kiconv_utf8_gb18030.h \
317 319 kiconv_utf8_gb2312.h \
318 320 kiconv_utf8_hkscs.h \
319 321 kiconv_utf8_uhc.h \
320 322 kidmap.h \
321 323 klpd.h \
322 324 klwp.h \
323 325 kmdb.h \
324 326 kmem.h \
325 327 kmem_impl.h \
326 328 kobj.h \
327 329 kobj_impl.h \
328 330 ksocket.h \
329 331 kstat.h \
330 332 kstr.h \
331 333 ksyms.h \
332 334 ksynch.h \
333 335 ldterm.h \
334 336 lgrp.h \
335 337 lgrp_user.h \
336 338 libc_kernel.h \
337 339 link.h \
338 340 list.h \
339 341 list_impl.h \
340 342 llc1.h \
341 343 loadavg.h \
342 344 lock.h \
343 345 lockfs.h \
344 346 lockstat.h \
345 347 lofi.h \
346 348 log.h \
347 349 logindmux.h \
348 350 logindmux_impl.h \
349 351 lwp.h \
350 352 lwp_timer_impl.h \
351 353 lwp_upimutex_impl.h \
352 354 lpif.h \
353 355 mac.h \
354 356 mac_client.h \
355 357 mac_client_impl.h \
356 358 mac_ether.h \
357 359 mac_flow.h \
358 360 mac_flow_impl.h \
359 361 mac_impl.h \
360 362 mac_provider.h \
361 363 mac_soft_ring.h \
362 364 mac_stat.h \
363 365 machelf.h \
364 366 map.h \
365 367 md4.h \
366 368 md5.h \
367 369 md5_consts.h \
368 370 mdi_impldefs.h \
369 371 mem.h \
370 372 mem_config.h \
371 373 memlist.h \
372 374 mkdev.h \
373 375 mhd.h \
374 376 mii.h \
375 377 miiregs.h \
376 378 mixer.h \
377 379 mman.h \
378 380 mmapobj.h \
379 381 mntent.h \
380 382 mntio.h \
381 383 mnttab.h \
382 384 modctl.h \
383 385 mode.h \
384 386 model.h \
385 387 modhash.h \
386 388 modhash_impl.h \
387 389 mount.h \
388 390 mouse.h \
389 391 msacct.h \
390 392 msg.h \
391 393 msg_impl.h \
392 394 msio.h \
393 395 msreg.h \
394 396 mtio.h \
395 397 multidata.h \
396 398 multidata_impl.h \
397 399 mutex.h \
398 400 nbmlock.h \
399 401 ndifm.h \
400 402 ndi_impldefs.h \
401 403 net80211.h \
402 404 net80211_crypto.h \
403 405 net80211_ht.h \
404 406 net80211_proto.h \
405 407 netconfig.h \
406 408 neti.h \
407 409 netstack.h \
408 410 nexusdefs.h \
409 411 note.h \
410 412 nvpair.h \
411 413 nvpair_impl.h \
412 414 objfs.h \
413 415 objfs_impl.h \
414 416 ontrap.h \
415 417 open.h \
416 418 openpromio.h \
417 419 panic.h \
418 420 param.h \
419 421 pathconf.h \
420 422 pathname.h \
421 423 pattr.h \
422 424 queue.h \
423 425 serializer.h \
424 426 pbio.h \
425 427 pccard.h \
426 428 pci.h \
427 429 pcie.h \
428 430 pci_impl.h \
429 431 pci_tools.h \
430 432 pcmcia.h \
431 433 pctypes.h \
432 434 pfmod.h \
433 435 pg.h \
434 436 pghw.h \
435 437 physmem.h \
436 438 pkp_hash.h \
437 439 pm.h \
438 440 policy.h \
439 441 poll.h \
440 442 poll_impl.h \
441 443 pool.h \
442 444 pool_impl.h \
443 445 pool_pset.h \
444 446 port.h \
445 447 port_impl.h \
446 448 port_kernel.h \
447 449 portif.h \
448 450 ppmio.h \
449 451 pppt_ic_if.h \
450 452 pppt_ioctl.h \
451 453 priocntl.h \
452 454 priv.h \
453 455 priv_impl.h \
454 456 prnio.h \
455 457 proc.h \
456 458 processor.h \
457 459 procfs.h \
458 460 procset.h \
459 461 project.h \
460 462 protosw.h \
461 463 prsystm.h \
462 464 pset.h \
463 465 pshot.h \
464 466 ptem.h \
465 467 ptms.h \
466 468 ptyvar.h \
467 469 raidioctl.h \
468 470 ramdisk.h \
469 471 random.h \
470 472 rctl.h \
471 473 rctl_impl.h \
472 474 rds.h \
473 475 reboot.h \
474 476 refstr.h \
475 477 refstr_impl.h \
476 478 resource.h \
477 479 rlioctl.h \
478 480 rt.h \
479 481 rtpriocntl.h \
480 482 rwlock.h \
481 483 rwlock_impl.h \
482 484 rwstlock.h \
483 485 sad.h \
484 486 schedctl.h \
485 487 sdt.h \
486 488 select.h \
487 489 sem.h \
488 490 sem_impl.h \
489 491 sema_impl.h \
490 492 semaphore.h \
491 493 sendfile.h \
492 494 ser_sync.h \
493 495 session.h \
↓ open down ↓ |
281 lines elided |
↑ open up ↑ |
494 496 sha1.h \
495 497 sha1_consts.h \
496 498 sha2.h \
497 499 sha2_consts.h \
498 500 share.h \
499 501 shm.h \
500 502 shm_impl.h \
501 503 sid.h \
502 504 siginfo.h \
503 505 signal.h \
506 + skein.h \
504 507 sleepq.h \
505 508 smbios.h \
506 509 smbios_impl.h \
507 510 sobject.h \
508 511 socket.h \
509 512 socket_impl.h \
510 513 socket_proto.h \
511 514 socketvar.h \
512 515 sockfilter.h \
513 516 sockio.h \
514 517 soundcard.h \
515 518 squeue.h \
516 519 squeue_impl.h \
517 520 srn.h \
518 521 sservice.h \
519 522 stat.h \
520 523 statfs.h \
521 524 statvfs.h \
522 525 stdbool.h \
523 526 stdint.h \
524 527 stermio.h \
525 528 stmf.h \
526 529 stmf_defines.h \
527 530 stmf_ioctl.h \
528 531 stmf_sbd_ioctl.h \
529 532 stream.h \
530 533 strft.h \
531 534 strlog.h \
532 535 strmdep.h \
533 536 stropts.h \
534 537 strredir.h \
535 538 strstat.h \
536 539 strsubr.h \
537 540 strsun.h \
538 541 strtty.h \
539 542 sunddi.h \
540 543 sunldi.h \
541 544 sunldi_impl.h \
542 545 sunmdi.h \
543 546 sunndi.h \
544 547 sunos_dhcp_class.h \
545 548 sunpm.h \
546 549 suntpi.h \
547 550 suntty.h \
548 551 swap.h \
549 552 synch.h \
550 553 sysdc.h \
551 554 sysdc_impl.h \
552 555 syscall.h \
553 556 sysconf.h \
554 557 sysconfig.h \
555 558 sysevent.h \
556 559 sysevent_impl.h \
557 560 sysinfo.h \
558 561 syslog.h \
559 562 sysmacros.h \
560 563 sysmsg_impl.h \
561 564 systeminfo.h \
562 565 systm.h \
563 566 task.h \
564 567 taskq.h \
565 568 taskq_impl.h \
566 569 t_kuser.h \
567 570 t_lock.h \
568 571 telioctl.h \
569 572 termio.h \
570 573 termios.h \
571 574 termiox.h \
572 575 thread.h \
573 576 ticlts.h \
574 577 ticots.h \
575 578 ticotsord.h \
576 579 tihdr.h \
577 580 time.h \
578 581 time_impl.h \
579 582 time_std_impl.h \
580 583 timeb.h \
581 584 timer.h \
582 585 times.h \
583 586 timex.h \
584 587 timod.h \
585 588 tirdwr.h \
586 589 tiuser.h \
587 590 tl.h \
588 591 tnf.h \
589 592 tnf_com.h \
590 593 tnf_probe.h \
591 594 tnf_writer.h \
592 595 todio.h \
593 596 tpicommon.h \
594 597 ts.h \
595 598 tspriocntl.h \
596 599 ttcompat.h \
597 600 ttold.h \
598 601 tty.h \
599 602 ttychars.h \
600 603 ttydev.h \
601 604 tuneable.h \
602 605 turnstile.h \
603 606 types.h \
604 607 types32.h \
605 608 tzfile.h \
606 609 u8_textprep.h \
607 610 u8_textprep_data.h \
608 611 uadmin.h \
609 612 ucred.h \
610 613 uio.h \
611 614 ulimit.h \
612 615 un.h \
613 616 unistd.h \
614 617 user.h \
615 618 ustat.h \
616 619 utime.h \
617 620 utsname.h \
618 621 utssys.h \
619 622 uuid.h \
620 623 va_impl.h \
621 624 va_list.h \
622 625 var.h \
623 626 varargs.h \
624 627 vfs.h \
625 628 vfs_opreg.h \
626 629 vfstab.h \
627 630 vgareg.h \
628 631 videodev2.h \
629 632 visual_io.h \
630 633 vlan.h \
631 634 vm.h \
632 635 vm_usage.h \
633 636 vmem.h \
634 637 vmem_impl.h \
635 638 vmsystm.h \
636 639 vnic.h \
637 640 vnic_impl.h \
638 641 vnode.h \
639 642 vscan.h \
640 643 vtoc.h \
641 644 vtrace.h \
642 645 vuid_event.h \
643 646 vuid_wheel.h \
644 647 vuid_queue.h \
645 648 vuid_state.h \
646 649 vuid_store.h \
647 650 wait.h \
648 651 waitq.h \
649 652 wanboot_impl.h \
650 653 watchpoint.h \
651 654 winlockio.h \
652 655 zcons.h \
653 656 zone.h \
654 657 xti_inet.h \
655 658 xti_osi.h \
656 659 xti_xtiopt.h \
657 660 zmod.h
658 661
659 662 HDRS= \
660 663 $(GENHDRS) \
661 664 $(CHKHDRS)
662 665
663 666 AUDIOHDRS= \
664 667 ac97.h \
665 668 audio_common.h \
666 669 audio_driver.h \
667 670 audio_oss.h \
668 671 g711.h
669 672
670 673 AVHDRS= \
671 674 iec61883.h
672 675
673 676 BSCHDRS= \
674 677 bscbus.h \
675 678 bscv_impl.h \
676 679 lom_ebuscodes.h \
677 680 lom_io.h \
678 681 lom_priv.h \
679 682 lombus.h
680 683
681 684 MDESCHDRS= \
682 685 mdesc.h \
683 686 mdesc_impl.h
684 687
685 688 CPUDRVHDRS= \
686 689 cpudrv.h
687 690
688 691 CRYPTOHDRS= \
689 692 elfsign.h \
690 693 ioctl.h \
691 694 ioctladmin.h \
692 695 common.h \
693 696 impl.h \
694 697 spi.h \
695 698 api.h \
696 699 ops_impl.h \
697 700 sched_impl.h
698 701
699 702 DCAMHDRS= \
700 703 dcam1394_io.h
701 704
702 705 IBHDRS= \
703 706 ib_types.h \
704 707 ib_pkt_hdrs.h
705 708
706 709 IBTLHDRS= \
707 710 ibtl_types.h \
708 711 ibtl_status.h \
709 712 ibti.h \
710 713 ibti_cm.h \
711 714 ibci.h \
712 715 ibti_common.h \
713 716 ibvti.h \
714 717 ibtl_ci_types.h
715 718
716 719 IBTLIMPLHDRS= \
717 720 ibtl_util.h
718 721
719 722 IBNEXHDRS= \
720 723 ibnex_devctl.h
721 724
722 725 IBMFHDRS= \
723 726 ibmf.h \
724 727 ibmf_msg.h \
725 728 ibmf_saa.h \
726 729 ibmf_utils.h
727 730
728 731 IBMGTHDRS= \
729 732 ib_dm_attr.h \
730 733 ib_mad.h \
731 734 sm_attr.h \
732 735 sa_recs.h
733 736
734 737 IBDHDRS= \
735 738 ibd.h
736 739
737 740 OFHDRS= \
738 741 ofa_solaris.h \
739 742 ofed_kernel.h
740 743
741 744 RDMAHDRS= \
742 745 ib_addr.h \
743 746 ib_user_mad.h \
744 747 ib_user_sa.h \
745 748 ib_user_verbs.h \
746 749 ib_verbs.h \
747 750 rdma_cm.h \
748 751 rdma_user_cm.h
749 752
750 753 SOL_UVERBSHDRS= \
751 754 sol_uverbs.h \
752 755 sol_uverbs2ucma.h \
753 756 sol_uverbs_comp.h \
754 757 sol_uverbs_hca.h \
755 758 sol_uverbs_qp.h \
756 759 sol_uverbs_event.h
757 760
758 761 SOL_UMADHDRS= \
759 762 sol_umad.h
760 763
761 764 SOL_UCMAHDRS= \
762 765 sol_ucma.h \
763 766 sol_rdma_user_cm.h
764 767
765 768 SOL_OFSHDRS= \
766 769 sol_cma.h \
767 770 sol_ib_cma.h \
768 771 sol_ofs_common.h \
769 772 sol_kverb_impl.h
770 773
771 774 TAVORHDRS= \
772 775 tavor_ioctl.h
773 776
774 777 HERMONHDRS= \
775 778 hermon_ioctl.h
776 779
777 780 MLNXHDRS= \
778 781 mlnx_umap.h
779 782
780 783 IDMHDRS= \
781 784 idm.h \
782 785 idm_impl.h \
783 786 idm_so.h \
784 787 idm_text.h \
785 788 idm_transport.h \
786 789 idm_conn_sm.h
787 790
788 791 ISCSITHDRS= \
789 792 radius_packet.h \
790 793 radius_protocol.h \
791 794 chap.h \
792 795 isns_protocol.h \
793 796 iscsi_if.h \
794 797 iscsit_common.h
795 798
796 799 ISOHDRS= \
797 800 signal_iso.h
798 801
799 802 DERIVED_LVMHDRS= \
800 803 md_mdiox.h \
801 804 md_basic.h \
802 805 mdmed.h \
803 806 md_mhdx.h \
804 807 mdmn_commd.h
805 808
806 809 LVMHDRS= \
807 810 md_convert.h \
808 811 md_crc.h \
809 812 md_hotspares.h \
810 813 md_mddb.h \
811 814 md_mirror.h \
812 815 md_mirror_shared.h \
813 816 md_names.h \
814 817 md_notify.h \
815 818 md_raid.h \
816 819 md_rename.h \
817 820 md_sp.h \
818 821 md_stripe.h \
819 822 md_trans.h \
820 823 mdio.h \
821 824 mdvar.h
822 825
823 826 ALL_LVMHDRS= \
824 827 $(LVMHDRS) \
825 828 $(DERIVED_LVMHDRS)
826 829
827 830 FMHDRS= \
828 831 protocol.h \
829 832 util.h
830 833
831 834 FMFSHDRS= \
832 835 zfs.h
833 836
834 837 FMIOHDRS= \
835 838 ddi.h \
836 839 disk.h \
837 840 pci.h \
838 841 scsi.h \
839 842 sun4upci.h \
840 843 opl_mc_fm.h
841 844
842 845 FSHDRS= \
843 846 autofs.h \
844 847 cachefs_dir.h \
845 848 cachefs_dlog.h \
846 849 cachefs_filegrp.h \
847 850 cachefs_fs.h \
848 851 cachefs_fscache.h \
849 852 cachefs_ioctl.h \
850 853 cachefs_log.h \
851 854 decomp.h \
852 855 dv_node.h \
853 856 sdev_impl.h \
854 857 fifonode.h \
855 858 hsfs_isospec.h \
856 859 hsfs_node.h \
857 860 hsfs_rrip.h \
858 861 hsfs_spec.h \
859 862 hsfs_susp.h \
860 863 lofs_info.h \
861 864 lofs_node.h \
862 865 mntdata.h \
863 866 namenode.h \
864 867 pc_dir.h \
865 868 pc_fs.h \
866 869 pc_label.h \
867 870 pc_node.h \
868 871 pxfs_ki.h \
869 872 snode.h \
870 873 swapnode.h \
871 874 tmp.h \
872 875 tmpnode.h \
873 876 udf_inode.h \
874 877 udf_volume.h \
875 878 ufs_acl.h \
876 879 ufs_bio.h \
877 880 ufs_filio.h \
878 881 ufs_fs.h \
879 882 ufs_fsdir.h \
880 883 ufs_inode.h \
881 884 ufs_lockfs.h \
882 885 ufs_log.h \
883 886 ufs_mount.h \
884 887 ufs_panic.h \
885 888 ufs_prot.h \
886 889 ufs_quota.h \
887 890 ufs_snap.h \
888 891 ufs_trans.h \
889 892 zfs.h \
890 893 zut.h
891 894
892 895 PCMCIAHDRS= \
893 896 pcata.h \
894 897 pcser_conf.h \
895 898 pcser_io.h \
896 899 pcser_reg.h \
897 900 pcser_manuspec.h \
898 901 pcser_var.h
899 902
900 903 SCSIHDRS= \
901 904 scsi.h \
902 905 scsi_address.h \
903 906 scsi_ctl.h \
904 907 scsi_fm.h \
905 908 scsi_params.h \
906 909 scsi_pkt.h \
907 910 scsi_resource.h \
908 911 scsi_types.h \
909 912 scsi_watch.h
910 913
911 914 SCSICONFHDRS= \
912 915 autoconf.h \
913 916 device.h
914 917
915 918 SCSIGENHDRS= \
916 919 commands.h \
917 920 dad_mode.h \
918 921 inquiry.h \
919 922 message.h \
920 923 mode.h \
921 924 persist.h \
922 925 sense.h \
923 926 sff_frames.h \
924 927 smp_frames.h \
925 928 status.h
926 929
927 930 SCSIIMPLHDRS= \
928 931 commands.h \
929 932 inquiry.h \
930 933 mode.h \
931 934 scsi_reset_notify.h \
932 935 scsi_sas.h \
933 936 sense.h \
934 937 services.h \
935 938 smp_transport.h \
936 939 spc3_types.h \
937 940 status.h \
938 941 transport.h \
939 942 types.h \
940 943 uscsi.h \
941 944 usmp.h
942 945
943 946 SCSITARGETSHDRS= \
944 947 ses.h \
945 948 sesio.h \
946 949 sgendef.h \
947 950 stdef.h \
948 951 sddef.h \
949 952 smp.h
950 953
951 954 SCSIADHDRS=
952 955
953 956 SCSICADHDRS=
954 957
955 958 SCSIISCSIHDRS= \
956 959 iscsi_door.h \
957 960 iscsi_if.h
958 961
959 962 SCSIVHCIHDRS= \
960 963 scsi_vhci.h \
961 964 mpapi_impl.h \
962 965 mpapi_scsi_vhci.h
963 966
964 967 SDCARDHDRS= \
965 968 sda.h \
966 969 sda_impl.h \
967 970 sda_ioctl.h
968 971
969 972 FC4HDRS= \
970 973 fc_transport.h \
971 974 linkapp.h \
972 975 fc.h \
973 976 fcp.h \
974 977 fcal_transport.h \
975 978 fcal.h \
976 979 fcal_linkapp.h \
977 980 fcio.h
978 981
979 982 FCHDRS= \
980 983 fc.h \
981 984 fcio.h \
982 985 fc_types.h \
983 986 fc_appif.h
984 987
985 988 FCIMPLHDRS= \
986 989 fc_error.h \
987 990 fcph.h
988 991
989 992 FCULPHDRS= \
990 993 fcp_util.h \
991 994 fcsm.h
992 995
993 996 SATAGENHDRS= \
994 997 sata_hba.h \
995 998 sata_defs.h \
996 999 sata_cfgadm.h
997 1000
998 1001 SYSEVENTHDRS= \
999 1002 ap_driver.h \
1000 1003 dev.h \
1001 1004 domain.h \
1002 1005 dr.h \
1003 1006 env.h \
1004 1007 eventdefs.h \
1005 1008 ipmp.h \
1006 1009 pwrctl.h \
1007 1010 svm.h \
1008 1011 vrrp.h
1009 1012
1010 1013 CONTRACTHDRS= \
1011 1014 process.h \
1012 1015 process_impl.h \
1013 1016 device.h \
1014 1017 device_impl.h
1015 1018
1016 1019 USBHDRS= \
1017 1020 usba.h \
1018 1021 usbai.h
1019 1022
1020 1023 UWBHDRS= \
1021 1024 uwb.h \
1022 1025 uwbai.h
1023 1026
1024 1027 UWBAHDRS= \
1025 1028 uwba.h
1026 1029
1027 1030 USBAUDHDRS= \
1028 1031 usb_audio.h
1029 1032
1030 1033 USBHUBDHDRS= \
1031 1034 hub.h \
1032 1035 hubd_impl.h
1033 1036
1034 1037 USBHIDHDRS= \
1035 1038 hid.h
1036 1039
1037 1040 USBHWARCHDRS= \
1038 1041 hwarc.h
1039 1042
1040 1043 USBMSHDRS= \
1041 1044 usb_bulkonly.h \
1042 1045 usb_cbi.h
1043 1046
1044 1047 USBPRNHDRS= \
1045 1048 usb_printer.h
1046 1049
1047 1050 USBCDCHDRS= \
1048 1051 usb_cdc.h
1049 1052
1050 1053 USBVIDHDRS= \
1051 1054 usbvc.h
1052 1055
1053 1056 USBWCMHDRS= \
1054 1057 usbwcm.h
1055 1058
1056 1059 UGENHDRS= \
1057 1060 usb_ugen.h
1058 1061
1059 1062 HOTPLUGHDRS= \
1060 1063 hpcsvc.h \
1061 1064 hpctrl.h
1062 1065
1063 1066 HOTPLUGPCIHDRS= \
1064 1067 pcicfg.h \
1065 1068 pcihp.h
1066 1069
1067 1070 RSMHDRS= \
1068 1071 rsm.h \
1069 1072 rsm_common.h \
1070 1073 rsmapi_common.h \
1071 1074 rsmpi.h \
1072 1075 rsmpi_driver.h \
1073 1076 rsmka_path_int.h
1074 1077
1075 1078 TSOLHDRS= \
1076 1079 label.h \
1077 1080 label_macro.h \
1078 1081 priv.h \
1079 1082 tndb.h \
1080 1083 tsyscall.h
1081 1084
1082 1085 I1394HDRS= \
1083 1086 cmd1394.h \
1084 1087 id1394.h \
1085 1088 ieee1212.h \
1086 1089 ieee1394.h \
1087 1090 ixl1394.h \
1088 1091 s1394_impl.h \
1089 1092 t1394.h
1090 1093
1091 1094 # "cmdk" headers used on sparc
1092 1095 SDKTPHDRS= \
1093 1096 dadkio.h \
1094 1097 fdisk.h
1095 1098
1096 1099 # "cmdk" headers used on i386
1097 1100 DKTPHDRS= \
1098 1101 altsctr.h \
1099 1102 bbh.h \
1100 1103 cm.h \
1101 1104 cmdev.h \
1102 1105 cmdk.h \
1103 1106 cmpkt.h \
1104 1107 controller.h \
1105 1108 dadev.h \
1106 1109 dadk.h \
1107 1110 dadkio.h \
1108 1111 fctypes.h \
1109 1112 fdisk.h \
1110 1113 flowctrl.h \
1111 1114 gda.h \
1112 1115 quetypes.h \
1113 1116 queue.h \
1114 1117 tgcom.h \
1115 1118 tgdk.h
1116 1119
1117 1120 # "pc" header files used on i386
1118 1121 PCHDRS= \
1119 1122 avintr.h \
1120 1123 dma_engine.h \
1121 1124 i8272A.h \
1122 1125 pcic_reg.h \
1123 1126 pcic_var.h \
1124 1127 pic.h \
1125 1128 pit.h \
1126 1129 rtc.h
1127 1130
1128 1131 NXGEHDRS= \
1129 1132 nxge.h \
1130 1133 nxge_common.h \
1131 1134 nxge_common_impl.h \
1132 1135 nxge_defs.h \
1133 1136 nxge_hw.h \
1134 1137 nxge_impl.h \
1135 1138 nxge_ipp.h \
1136 1139 nxge_ipp_hw.h \
1137 1140 nxge_mac.h \
1138 1141 nxge_mac_hw.h \
1139 1142 nxge_fflp.h \
1140 1143 nxge_fflp_hw.h \
1141 1144 nxge_mii.h \
1142 1145 nxge_rxdma.h \
1143 1146 nxge_rxdma_hw.h \
1144 1147 nxge_txc.h \
1145 1148 nxge_txc_hw.h \
1146 1149 nxge_txdma.h \
1147 1150 nxge_txdma_hw.h \
1148 1151 nxge_virtual.h \
1149 1152 nxge_espc.h
1150 1153
1151 1154 include Makefile.syshdrs
1152 1155
1153 1156 dcam/%.check: dcam/%.h
1154 1157 $(DOT_H_CHECK)
1155 1158
1156 1159 CHECKHDRS= \
1157 1160 $($(MACH)_HDRS:%.h=%.check) \
1158 1161 $(AUDIOHDRS:%.h=audio/%.check) \
1159 1162 $(AVHDRS:%.h=av/%.check) \
1160 1163 $(BSCHDRS:%.h=%.check) \
1161 1164 $(CHKHDRS:%.h=%.check) \
1162 1165 $(CPUDRVHDRS:%.h=%.check) \
1163 1166 $(CRYPTOHDRS:%.h=crypto/%.check) \
1164 1167 $(DCAMHDRS:%.h=dcam/%.check) \
1165 1168 $(FC4HDRS:%.h=fc4/%.check) \
1166 1169 $(FCHDRS:%.h=fibre-channel/%.check) \
1167 1170 $(FCIMPLHDRS:%.h=fibre-channel/impl/%.check) \
1168 1171 $(FCULPHDRS:%.h=fibre-channel/ulp/%.check) \
1169 1172 $(IBHDRS:%.h=ib/%.check) \
1170 1173 $(IBDHDRS:%.h=ib/clients/ibd/%.check) \
1171 1174 $(IBTLHDRS:%.h=ib/ibtl/%.check) \
1172 1175 $(IBTLIMPLHDRS:%.h=ib/ibtl/impl/%.check) \
1173 1176 $(IBNEXHDRS:%.h=ib/ibnex/%.check) \
1174 1177 $(IBMGTHDRS:%.h=ib/mgt/%.check) \
1175 1178 $(IBMFHDRS:%.h=ib/mgt/ibmf/%.check) \
1176 1179 $(OFHDRS:%.h=ib/clients/of/%.check) \
1177 1180 $(RDMAHDRS:%.h=ib/clients/of/rdma/%.check) \
1178 1181 $(SOL_UVERBSHDRS:%.h=ib/clients/of/sol_uverbs/%.check) \
1179 1182 $(SOL_UCMAHDRS:%.h=ib/clients/of/sol_ucma/%.check) \
1180 1183 $(SOL_OFSHDRS:%.h=ib/clients/of/sol_ofs/%.check) \
1181 1184 $(TAVORHDRS:%.h=ib/adapters/tavor/%.check) \
1182 1185 $(HERMONHDRS:%.h=ib/adapters/hermon/%.check) \
1183 1186 $(MLNXHDRS:%.h=ib/adapters/%.check) \
1184 1187 $(IDMHDRS:%.h=idm/%.check) \
1185 1188 $(ISCSIHDRS:%.h=iscsi/%.check) \
1186 1189 $(ISCSITHDRS:%.h=iscsit/%.check) \
1187 1190 $(ISOHDRS:%.h=iso/%.check) \
1188 1191 $(FMHDRS:%.h=fm/%.check) \
1189 1192 $(FMFSHDRS:%.h=fm/fs/%.check) \
1190 1193 $(FMIOHDRS:%.h=fm/io/%.check) \
1191 1194 $(FSHDRS:%.h=fs/%.check) \
1192 1195 $(LVMHDRS:%.h=lvm/%.check) \
1193 1196 $(PCMCIAHDRS:%.h=pcmcia/%.check) \
1194 1197 $(SCSIHDRS:%.h=scsi/%.check) \
1195 1198 $(SCSIADHDRS:%.h=scsi/adapters/%.check) \
1196 1199 $(SCSICONFHDRS:%.h=scsi/conf/%.check) \
1197 1200 $(SCSIIMPLHDRS:%.h=scsi/impl/%.check) \
1198 1201 $(SCSIISCSIHDRS:%.h=scsi/adapters/%.check) \
1199 1202 $(SCSIGENHDRS:%.h=scsi/generic/%.check) \
1200 1203 $(SCSITARGETSHDRS:%.h=scsi/targets/%.check) \
1201 1204 $(SCSIVHCIHDRS:%.h=scsi/adapters/%.check) \
1202 1205 $(SATAGENHDRS:%.h=sata/%.check) \
1203 1206 $(SDCARDHDRS:%.h=sdcard/%.check) \
1204 1207 $(SYSEVENTHDRS:%.h=sysevent/%.check) \
1205 1208 $(CONTRACTHDRS:%.h=contract/%.check) \
1206 1209 $(USBAUDHDRS:%.h=usb/clients/audio/%.check) \
1207 1210 $(USBHUBDHDRS:%.h=usb/hubd/%.check) \
1208 1211 $(USBHIDHDRS:%.h=usb/clients/hid/%.check) \
1209 1212 $(USBHWARCHDRS:%.h=usb/clients/hwarc/%.check) \
1210 1213 $(USBMSHDRS:%.h=usb/clients/mass_storage/%.check) \
1211 1214 $(USBPRNHDRS:%.h=usb/clients/printer/%.check) \
1212 1215 $(USBCDCHDRS:%.h=usb/clients/usbcdc/%.check) \
1213 1216 $(USBVIDHDRS:%.h=usb/clients/video/usbvc/%.check) \
1214 1217 $(USBWCMHDRS:%.h=usb/clients/usbinput/usbwcm/%.check) \
1215 1218 $(UGENHDRS:%.h=usb/clients/ugen/%.check) \
1216 1219 $(USBHDRS:%.h=usb/%.check) \
1217 1220 $(UWBHDRS:%.h=uwb/%.check) \
1218 1221 $(UWBAHDRS:%.h=uwb/uwba/%.check) \
1219 1222 $(I1394HDRS:%.h=1394/%.check) \
1220 1223 $(RSMHDRS:%.h=rsm/%.check) \
1221 1224 $(TSOLHDRS:%.h=tsol/%.check) \
1222 1225 $(NXGEHDRS:%.h=nxge/%.check)
1223 1226
1224 1227
1225 1228 .KEEP_STATE:
1226 1229
1227 1230 .PARALLEL: \
1228 1231 $(CHECKHDRS) \
1229 1232 $(ROOTHDRS) \
1230 1233 $(ROOTAUDHDRS) \
1231 1234 $(ROOTAVHDRS) \
1232 1235 $(ROOTCRYPTOHDRS) \
1233 1236 $(ROOTDCAMHDRS) \
1234 1237 $(ROOTISOHDRS) \
1235 1238 $(ROOTIDMHDRS) \
1236 1239 $(ROOTISCSIHDRS) \
1237 1240 $(ROOTISCSITHDRS) \
1238 1241 $(ROOTFC4HDRS) \
1239 1242 $(ROOTFCHDRS) \
1240 1243 $(ROOTFCIMPLHDRS) \
1241 1244 $(ROOTFCULPHDRS) \
1242 1245 $(ROOTFMHDRS) \
1243 1246 $(ROOTFMIOHDRS) \
1244 1247 $(ROOTFMFSHDRS) \
1245 1248 $(ROOTFSHDRS) \
1246 1249 $(ROOTIBDHDRS) \
1247 1250 $(ROOTIBHDRS) \
1248 1251 $(ROOTIBTLHDRS) \
1249 1252 $(ROOTIBTLIMPLHDRS) \
1250 1253 $(ROOTIBNEXHDRS) \
1251 1254 $(ROOTIBMGTHDRS) \
1252 1255 $(ROOTIBMFHDRS) \
1253 1256 $(ROOTOFHDRS) \
1254 1257 $(ROOTRDMAHDRS) \
1255 1258 $(ROOTSOL_OFSHDRS) \
1256 1259 $(ROOTSOL_UMADHDRS) \
1257 1260 $(ROOTSOL_UVERBSHDRS) \
1258 1261 $(ROOTSOL_UCMAHDRS) \
1259 1262 $(ROOTTAVORHDRS) \
1260 1263 $(ROOTHERMONHDRS) \
1261 1264 $(ROOTMLNXHDRS) \
1262 1265 $(ROOTLVMHDRS) \
1263 1266 $(ROOTPCMCIAHDRS) \
1264 1267 $(ROOTSCSIHDRS) \
1265 1268 $(ROOTSCSIADHDRS) \
1266 1269 $(ROOTSCSICONFHDRS) \
1267 1270 $(ROOTSCSIISCSIHDRS) \
1268 1271 $(ROOTSCSIGENHDRS) \
1269 1272 $(ROOTSCSIIMPLHDRS) \
1270 1273 $(ROOTSCSIVHCIHDRS) \
1271 1274 $(ROOTSDCARDHDRS) \
1272 1275 $(ROOTSYSEVENTHDRS) \
1273 1276 $(ROOTCONTRACTHDRS) \
1274 1277 $(ROOTUSBHDRS) \
1275 1278 $(ROOTUWBHDRS) \
1276 1279 $(ROOTUWBAHDRS) \
1277 1280 $(ROOTUSBAUDHDRS) \
1278 1281 $(ROOTUSBHUBDHDRS) \
1279 1282 $(ROOTUSBHIDHDRS) \
1280 1283 $(ROOTUSBHRCHDRS) \
1281 1284 $(ROOTUSBMSHDRS) \
1282 1285 $(ROOTUSBPRNHDRS) \
1283 1286 $(ROOTUSBCDCHDRS) \
1284 1287 $(ROOTUSBVIDHDRS) \
1285 1288 $(ROOTUSBWCMHDRS) \
1286 1289 $(ROOTUGENHDRS) \
1287 1290 $(ROOT1394HDRS) \
1288 1291 $(ROOTHOTPLUGHDRS) \
1289 1292 $(ROOTHOTPLUGPCIHDRS) \
1290 1293 $(ROOTRSMHDRS) \
1291 1294 $(ROOTTSOLHDRS) \
1292 1295 $($(MACH)_ROOTHDRS)
1293 1296
1294 1297
1295 1298 install_h: \
1296 1299 $(ROOTDIRS) \
1297 1300 LVMDERIVED_H \
1298 1301 .WAIT \
1299 1302 $(ROOTHDRS) \
1300 1303 $(ROOTAUDHDRS) \
1301 1304 $(ROOTAVHDRS) \
1302 1305 $(ROOTCRYPTOHDRS) \
1303 1306 $(ROOTDCAMHDRS) \
1304 1307 $(ROOTISOHDRS) \
1305 1308 $(ROOTIDMHDRS) \
1306 1309 $(ROOTISCSIHDRS) \
1307 1310 $(ROOTISCSITHDRS) \
1308 1311 $(ROOTFC4HDRS) \
1309 1312 $(ROOTFCHDRS) \
1310 1313 $(ROOTFCIMPLHDRS) \
1311 1314 $(ROOTFCULPHDRS) \
1312 1315 $(ROOTFMHDRS) \
1313 1316 $(ROOTFMFSHDRS) \
1314 1317 $(ROOTFMIOHDRS) \
1315 1318 $(ROOTFSHDRS) \
1316 1319 $(ROOTIBDHDRS) \
1317 1320 $(ROOTIBHDRS) \
1318 1321 $(ROOTIBTLHDRS) \
1319 1322 $(ROOTIBTLIMPLHDRS) \
1320 1323 $(ROOTIBNEXHDRS) \
1321 1324 $(ROOTIBMGTHDRS) \
1322 1325 $(ROOTIBMFHDRS) \
1323 1326 $(ROOTOFHDRS) \
1324 1327 $(ROOTRDMAHDRS) \
1325 1328 $(ROOTSOL_OFSHDRS) \
1326 1329 $(ROOTSOL_UMADHDRS) \
1327 1330 $(ROOTSOL_UVERBSHDRS) \
1328 1331 $(ROOTSOL_UCMAHDRS) \
1329 1332 $(ROOTTAVORHDRS) \
1330 1333 $(ROOTHERMONHDRS) \
1331 1334 $(ROOTMLNXHDRS) \
1332 1335 $(ROOTLVMHDRS) \
1333 1336 $(ROOTPCMCIAHDRS) \
1334 1337 $(ROOTSCSIHDRS) \
1335 1338 $(ROOTSCSIADHDRS) \
1336 1339 $(ROOTSCSIISCSIHDRS) \
1337 1340 $(ROOTSCSICONFHDRS) \
1338 1341 $(ROOTSCSIGENHDRS) \
1339 1342 $(ROOTSCSIIMPLHDRS) \
1340 1343 $(ROOTSCSIVHCIHDRS) \
1341 1344 $(ROOTSDCARDHDRS) \
1342 1345 $(ROOTSYSEVENTHDRS) \
1343 1346 $(ROOTCONTRACTHDRS) \
1344 1347 $(ROOTUWBHDRS) \
1345 1348 $(ROOTUWBAHDRS) \
1346 1349 $(ROOTUSBHDRS) \
1347 1350 $(ROOTUSBAUDHDRS) \
1348 1351 $(ROOTUSBHUBDHDRS) \
1349 1352 $(ROOTUSBHIDHDRS) \
1350 1353 $(ROOTUSBHRCHDRS) \
1351 1354 $(ROOTUSBMSHDRS) \
1352 1355 $(ROOTUSBPRNHDRS) \
1353 1356 $(ROOTUSBCDCHDRS) \
1354 1357 $(ROOTUSBVIDHDRS) \
1355 1358 $(ROOTUSBWCMHDRS) \
1356 1359 $(ROOTUGENHDRS) \
1357 1360 $(ROOT1394HDRS) \
1358 1361 $(ROOTHOTPLUGHDRS) \
1359 1362 $(ROOTHOTPLUGPCIHDRS) \
1360 1363 $(ROOTRSMHDRS) \
1361 1364 $(ROOTTSOLHDRS) \
1362 1365 $($(MACH)_ROOTHDRS)
1363 1366
1364 1367 all_h: $(GENHDRS)
1365 1368
1366 1369 priv_const.h: $(PRIVS_AWK) $(PRIVS_DEF)
1367 1370 $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v privhfile=$@
1368 1371
1369 1372 priv_names.h: $(PRIVS_AWK) $(PRIVS_DEF)
1370 1373 $(NAWK) -f $(PRIVS_AWK) < $(PRIVS_DEF) -v pubhfile=$@
1371 1374
1372 1375 usb/usbdevs.h: $(USBDEVS_AWK) $(USBDEVS_DATA)
1373 1376 $(NAWK) -f $(USBDEVS_AWK) $(USBDEVS_DATA) -H > $@
1374 1377
1375 1378 LVMDERIVED_H:
1376 1379 cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) all_h
1377 1380
1378 1381 clean:
1379 1382 $(RM) $(GENHDRS)
1380 1383
1381 1384 clobber: clean
1382 1385 cd $(SRC)/uts/common/sys/lvm; pwd; $(MAKE) clobber
1383 1386
1384 1387 check: $(CHECKHDRS)
1385 1388
1386 1389 FRC:
↓ open down ↓ |
873 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX