39e5901ee7
This is based on NetBSD slhci(4) driver for X68k amateur hardware. For now, it will not work properly, but it can detect usb device insertion.
11 lines
197 B
Makefile
11 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ../../dev/usb
|
|
|
|
KMOD= slhci
|
|
SRCS= sl811hs.c slhci_pccard.c
|
|
|
|
SRCS+= opt_slhci.h opt_usb.h device_if.h bus_if.h usbdevs.h card_if.h power_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|