1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys/modules/uchcom/Makefile
Takanori Watanabe 02c788a24e Add Winchiphead (or Nanjin QinHeng Electronics) USB Serial converter driver.
I tested it on cheap serial converter.(Only costs 980JPY.)
2007-10-18 10:51:06 +00:00

10 lines
145 B
Makefile

# $FreeBSD$
S= ${.CURDIR}/../..
.PATH: $S/dev/usb
KMOD= uchcom
SRCS= uchcom.c opt_usb.h device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>