aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-05-26 20:31:08 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-05-26 20:31:08 +0000
commit94c389c61b5f4aa88c2fade72ddb3ea2fb17d451 (patch)
tree1d1a6ab435b4d1fe37d628383b5eb81dcc741d0b /sys/modules
parent8d01245e7e5e55280594dc7a5490f36b05dbfc42 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index b66ec09c4b733..6b093a9b040a7 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -116,6 +116,12 @@ SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c
SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c
SRCS+= ar9285_diversity.c
+# + AR9287 - Kiwi
+.PATH: ${.CURDIR}/../../dev/ath/ath_hal
+SRCS+= ah_eeprom_9287.c
+.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
+SRCS+= ar9287.c ar9287_reset.c ar9287_attach.c ar9287_cal.c ar9287_olc.c
+
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"
.PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample