aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-03-11 11:58:54 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-03-11 11:58:54 +0000
commit586b0ae5aa5108477d587a17ca47c9c972c8ce1e (patch)
treeec505a6efae602893beb5a054b80c390f8fae78b /sys/modules/ath
parentc0b9002dcbbc62575e6e350d46037f7c86cffa2d (diff)
Notes
Diffstat (limited to 'sys/modules/ath')
-rw-r--r--sys/modules/ath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 56df5ac539f7b..a46c386d0ca16 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -98,7 +98,7 @@ SRCS+= ar9160_attach.c
.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c
-SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c
+SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"