1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-25 16:13:17 +00:00
freebsd/sys/modules/ral/Makefile
Damien Bergamini c128b2d129 Add support for the second (RT2561/RT2561S) and third (RT2661 MIMO XR)
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.
2006-03-05 20:38:55 +00:00

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>