freebsd-dev/sys/modules/iwi/Makefile
Damien Bergamini ceaec73d40 Initial import of ipw, iwi, ral and ural drivers:
ipw  - Intel PRO/Wireless 2100
iwi  - Intel PRO/Wireless 2200BG/2225BG/2915ABG
ral  - Ralink Technology RT2500
ural - Ralink Technology RT2500USB

Approved by:	silby (mentor)
2005-04-18 18:47:38 +00:00

9 lines
146 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/iwi
KMOD = if_iwi
SRCS = if_iwi.c opt_bdg.h device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>