files (a3be63b3ce302593b470b6b6be5f609fb4735376) | files (fdd1fe20a4197faa0e81feb7848edd59635ad50a) |
---|---|
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" \ --- 564 unchanged lines hidden (view full) --- 573nfs/nfs_syscalls.c optional nfs 574nfs/nfs_vfsops.c optional nfs 575nfs/nfs_vnops.c optional nfs 576nfs/bootp_subr.c optional bootp 577nfs/krpc_subr.c optional bootp 578pccard/pccard.c optional card 579pccard/pccard_beep.c optional card 580pccard/pcic.c optional pcic 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" \ --- 564 unchanged lines hidden (view full) --- 573nfs/nfs_syscalls.c optional nfs 574nfs/nfs_vfsops.c optional nfs 575nfs/nfs_vnops.c optional nfs 576nfs/bootp_subr.c optional bootp 577nfs/krpc_subr.c optional bootp 578pccard/pccard.c optional card 579pccard/pccard_beep.c optional card 580pccard/pcic.c optional pcic device-driver |
581pci/amd.c optional amd device-driver |
|
581pci/pcic_p.c optional pcic device-driver 582pci/adv_pci.c optional adv device-driver 583pci/adw_pci.c optional adw device-driver 584pci/ahc_pci.c optional ahc device-driver \ 585 dependency "aic7xxx_reg.h $S/pci/ahc_pci.c" 586pci/brooktree848.c optional bktr device-driver 587pci/bt848_i2c.c optional bktr device-driver 588pci/bt_pci.c optional bt device-driver --- 143 unchanged lines hidden --- | 582pci/pcic_p.c optional pcic device-driver 583pci/adv_pci.c optional adv device-driver 584pci/adw_pci.c optional adw device-driver 585pci/ahc_pci.c optional ahc device-driver \ 586 dependency "aic7xxx_reg.h $S/pci/ahc_pci.c" 587pci/brooktree848.c optional bktr device-driver 588pci/bt848_i2c.c optional bktr device-driver 589pci/bt_pci.c optional bt device-driver --- 143 unchanged lines hidden --- |