6affafd098
o implement URB_FUNCTION_ABORT_PIPE handling. o remove unused code related with canceling the timer list for USB drivers. o whitespace cleanup and style(9) Obtained from: hps's original patch
11 lines
255 B
Makefile
11 lines
255 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/if_ndis
|
|
|
|
KMOD= if_ndis
|
|
SRCS= if_ndis.c if_ndis_pci.c if_ndis_pccard.c if_ndis_usb.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
|
|
SRCS+= opt_bus.h opt_usb.h usb_if.h usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|