freebsd-nq/sys/modules/upgt/Makefile
Weongyo Jeong b3be9d15b4 Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).
This driver supports GW3887 based chipsets and works on
x86/powerpc/sparc64.  You need upgtfw kernel module before loading
upgt(4).  Please see the manpage.

Obtained from:	OpenBSD
2008-08-11 03:57:31 +00:00

11 lines
207 B
Makefile

# Conexant/Intersil PrismGT SoftMAC(GW3887) USB devices
#
# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/usb
KMOD = if_upgt
SRCS = if_upgt.c opt_usb.h device_if.h bus_if.h usbdevs.h
.include <bsd.kmod.mk>