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