a0fe548a14
This is based on MCPC USB mobile phone guide line (MCPC-GL005) Some other 3G system or so will work with this driver. Kyocera PHS terminal (a.k.a. Kyopon) is known to work, which is now supported by umodem(4) driver.
9 lines
137 B
Makefile
9 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/usb
|
|
|
|
KMOD= ufoma
|
|
SRCS= bus_if.h device_if.h opt_usb.h ufoma.c usbdevs.h
|
|
|
|
.include <bsd.kmod.mk>
|