files (f7c9e34beaf04f3c627842fc3875a5d2b763a55f) | files (a48e33e0944581156e71866712d88a3f8d98dbbf) |
---|---|
1# 2# The long compile-with and dependency lines are required because of 3# limitations in config: backslash-newline doesn't work in strings, and 4# dependency lines other than the first are silently ignored. 5# 6aicasm optional ahc device-driver \ 7 dependency "$S/dev/aic7xxx/*.[chyl]" \ 8 compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \ --- 589 unchanged lines hidden (view full) --- 598vm/vm_pager.c standard 599vm/vm_swap.c standard 600vm/vm_unix.c standard 601vm/vnode_pager.c standard 602vm/vm_zone.c standard 603# 604# USB support 605dev/pci/uhci_pci.c optional uhci device-driver | 1# 2# The long compile-with and dependency lines are required because of 3# limitations in config: backslash-newline doesn't work in strings, and 4# dependency lines other than the first are silently ignored. 5# 6aicasm optional ahc device-driver \ 7 dependency "$S/dev/aic7xxx/*.[chyl]" \ 8 compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \ --- 589 unchanged lines hidden (view full) --- 598vm/vm_pager.c standard 599vm/vm_swap.c standard 600vm/vm_unix.c standard 601vm/vnode_pager.c standard 602vm/vm_zone.c standard 603# 604# USB support 605dev/pci/uhci_pci.c optional uhci device-driver |
606usb_if.o optional uhci device-driver \ | 606dev/pci/ohci_pci.c optional ohci device-driver 607usb_if.o optional usb device-driver \ |
607 dependency "usb_if.c" \ 608 compile-with "${NORMAL_C}" \ 609 no-implicit-rule local | 608 dependency "usb_if.c" \ 609 compile-with "${NORMAL_C}" \ 610 no-implicit-rule local |
610usb_if.c optional uhci device-driver \ | 611usb_if.c optional usb device-driver \ |
611 dependency "$S/kern/makedevops.pl $S/dev/usb/usb_if.m" \ 612 compile-with "perl5 $S/kern/makedevops.pl -c $S/dev/usb/usb_if.m" \ 613 no-obj no-implicit-rule before-depend local \ 614 clean "usb_if.c" | 612 dependency "$S/kern/makedevops.pl $S/dev/usb/usb_if.m" \ 613 compile-with "perl5 $S/kern/makedevops.pl -c $S/dev/usb/usb_if.m" \ 614 no-obj no-implicit-rule before-depend local \ 615 clean "usb_if.c" |
615usb_if.h optional uhci device-driver \ | 616usb_if.h optional usb device-driver \ |
616 dependency "$S/kern/makedevops.pl $S/dev/usb/usb_if.m" \ 617 compile-with "perl5 $S/kern/makedevops.pl -h $S/dev/usb/usb_if.m" \ 618 no-obj no-implicit-rule before-depend \ 619 clean "usb_if.h" 620dev/usb/uhci.c optional uhci device-driver | 617 dependency "$S/kern/makedevops.pl $S/dev/usb/usb_if.m" \ 618 compile-with "perl5 $S/kern/makedevops.pl -h $S/dev/usb/usb_if.m" \ 619 no-obj no-implicit-rule before-depend \ 620 clean "usb_if.h" 621dev/usb/uhci.c optional uhci device-driver |
622dev/usb/ohci.c optional ohci device-driver |
|
621dev/usb/usb.c optional usb device-driver 622dev/usb/usbdi.c optional usb device-driver 623dev/usb/usbdi_util.c optional usb device-driver 624#dev/usb/usb_mem.c optional usb device-driver 625dev/usb/usb_subr.c optional usb device-driver 626dev/usb/usb_quirks.c optional usb device-driver 627dev/usb/hid.c optional usb device-driver 628dev/usb/uhub.c optional uhub device-driver 629dev/usb/ukbd.c optional ukbd device-driver 630dev/usb/ulpt.c optional ulpt device-driver 631dev/usb/ums.c optional ums device-driver 632dev/usb/ugen.c optional ugen device-driver 633#dev/usb/uhid.c optional hid device-driver | 623dev/usb/usb.c optional usb device-driver 624dev/usb/usbdi.c optional usb device-driver 625dev/usb/usbdi_util.c optional usb device-driver 626#dev/usb/usb_mem.c optional usb device-driver 627dev/usb/usb_subr.c optional usb device-driver 628dev/usb/usb_quirks.c optional usb device-driver 629dev/usb/hid.c optional usb device-driver 630dev/usb/uhub.c optional uhub device-driver 631dev/usb/ukbd.c optional ukbd device-driver 632dev/usb/ulpt.c optional ulpt device-driver 633dev/usb/ums.c optional ums device-driver 634dev/usb/ugen.c optional ugen device-driver 635#dev/usb/uhid.c optional hid device-driver |