31f48889ad
Inland UAS111 QVS USC-1000 HP USB-Serial adapter shipped with some HP laptops Submitted by: takawata MFC After: 7 days
11 lines
162 B
Makefile
11 lines
162 B
Makefile
# $FreeBSD$
|
|
|
|
S= ${.CURDIR}/../..
|
|
.PATH: $S/dev/usb
|
|
|
|
KMOD= uftdi
|
|
SRCS= uftdi.c uftdireg.h opt_usb.h device_if.h bus_if.h vnode_if.h
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|