nrelease - fix/improve livecd
[dragonfly.git] / sys / dev / netif / ath / ath / Makefile
... / ...
CommitLineData
1#
2#
3
4KMOD= if_ath
5
6SRCS= if_ath.c if_ath_keycache.c if_ath_spectral.c
7SRCS+= if_ath_ahb.c if_ath_led.c if_ath_sysctl.c
8SRCS+= if_ath_alq.c if_ath_lna_div.c if_ath_tdma.c
9SRCS+= if_ath_beacon.c if_ath_pci.c if_ath_tx.c
10SRCS+= if_ath_btcoex.c if_ath_rx.c if_ath_tx_edma.c
11SRCS+= if_ath_debug.c if_ath_rx_edma.c if_ath_tx_ht.c
12SRCS+= if_ath_descdma.c if_ath_ioctl.c
13
14SRCS+= device_if.h bus_if.h pci_if.h
15SRCS+= opt_ath.h opt_ah.h opt_wlan.h opt_inet.h opt_ktr.h
16
17.include <bsd.kmod.mk>