freebsd-dev/sys/modules/ufoma/Makefile
Takanori Watanabe a0fe548a14 Add FOMA (NTT DoCoMo 3G mobile phone system) driver.
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.
2006-01-09 17:46:36 +00:00

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>