c128b2d129
generations of 802.11abg chipsets from Ralink Technology. Get rid of the pccard front-end while I'm here since all adapters are cardbus ones.
10 lines
183 B
Makefile
10 lines
183 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ral
|
|
|
|
KMOD = if_ral
|
|
SRCS = rt2560.c rt2661.c if_ralrate.c if_ral_pci.c \
|
|
device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|