diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-29 05:08:21 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-01-29 05:08:21 +0000 |
| commit | 5bc8125ad39cc99f78c254a28e99341c2605a01b (patch) | |
| tree | 89a514d9b11cdc48762aef6e86ef5c66e1792fae /sys/modules/ath | |
| parent | b2691d144a2d4020254e8b6bf17f90c2a33b9e9e (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 808d56d77a1b..44f5d890bcf2 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 +SRCS= if_ath.c if_ath_pci.c if_ath_debug.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 |
