summaryrefslogtreecommitdiff
path: root/sys/modules/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-04-13 02:40:45 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-04-13 02:40:45 +0000
commit1c554472de6339df5547055976d0f36457cad3a3 (patch)
tree2f18418215207a214c442c31405d02dfc6ce83d2 /sys/modules/ath
parentad1f7851dddf94a0cfd4a10b680d92c31f889076 (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 74c756fee1b6..69d785a038b8 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 ar9285_cal.c
+SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"