ceaec73d40
ipw - Intel PRO/Wireless 2100 iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG ral - Ralink Technology RT2500 ural - Ralink Technology RT2500USB Approved by: silby (mentor)
10 lines
223 B
Makefile
10 lines
223 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ral
|
|
|
|
KMOD = if_ral
|
|
SRCS = if_ral.c if_ralrate.c if_ral_pccard.c if_ral_pci.c \
|
|
opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|