diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-29 11:35:23 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-29 11:35:23 +0000 |
| commit | b8e788a53a9c671668b817e10ddc60ec6fce4a39 (patch) | |
| tree | 0855be70ab386f365706ad46e7bd48b820580f7c /sys/modules/ath | |
| parent | 1fb145a629b4370217f987f1746b0941c44d2e14 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ath')
| -rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 44f5d890bcf2..8448e12cbec6 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -35,7 +35,7 @@ ATH_RATE?= sample # tx rate control algorithm .PATH: ${.CURDIR}/../../dev/ath/ath_hal KMOD= if_ath -SRCS= if_ath.c if_ath_pci.c if_ath_debug.c +SRCS= if_ath.c if_ath_pci.c if_ath_debug.c if_ath_tx.c # NB: v3 eeprom support used by both AR5211 and AR5212; just include it SRCS+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h |
