Deleted Added
full compact
files (47017) files (47178)
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" \

--- 700 unchanged lines hidden (view full) ---

709# be the inverse of the wanted one (MAKE_SET)
710dev/usb/ugen.c optional ugen device-driver
711dev/usb/uhid.c optional uhid device-driver
712dev/usb/ums.c optional ums device-driver
713dev/usb/ulpt.c optional ulpt device-driver
714dev/usb/ukbd.c optional ukbd device-driver
715dev/usb/umass.c optional umass device-driver
716dev/usb/uhub.c optional usb 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" \

--- 700 unchanged lines hidden (view full) ---

709# be the inverse of the wanted one (MAKE_SET)
710dev/usb/ugen.c optional ugen device-driver
711dev/usb/uhid.c optional uhid device-driver
712dev/usb/ums.c optional ums device-driver
713dev/usb/ulpt.c optional ulpt device-driver
714dev/usb/ukbd.c optional ukbd device-driver
715dev/usb/umass.c optional umass device-driver
716dev/usb/uhub.c optional usb device-driver
717isa/isahint.c optional isa device-driver