mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
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.
9 lines
183 B
Makefile
9 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>
|