- Port rtw(4) from NetBSD, which supports various RealTek 8180 chip based
[dragonfly.git] / sys / dev / netif / rtw / Makefile
1 # $DragonFly: src/sys/dev/netif/rtw/Makefile,v 1.1 2006/09/03 07:37:58 sephe Exp $
2 KMOD    = if_rtw
3
4 SRCS    = if_rtw_pci.c smc93cx6.c rtwphyio.c rtwphy.c rtw.c
5 SRCS    += device_if.h bus_if.h pci_if.h opt_aic7xxx.h
6
7 .if !defined(BUILDING_WITH_KERNEL)
8 opt_aic7xxx.h:
9         echo "" > ${.TARGET}
10 .endif
11
12 KMODDEPS= wlan wlan_ratectl_onoe
13
14 .include <bsd.kmod.mk>