diff options
author | adrian <adrian@FreeBSD.org> | 2012-12-03 23:38:08 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-12-03 23:38:08 +0000 |
commit | 11f362bbec02c7f9a0b43eb8aa81b782b935f3d7 (patch) | |
tree | 95c4c879fd7c753923bf2b7eb26bc5e7d157857a | |
parent | 34647516314c0f222e3a81aae8f393d0c9745e00 (diff) | |
download | FreeBSD-src-11f362bbec02c7f9a0b43eb8aa81b782b935f3d7.zip FreeBSD-src-11f362bbec02c7f9a0b43eb8aa81b782b935f3d7.tar.gz |
Add the btcoex code into the module compilation.
-rw-r--r-- | sys/modules/ath/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 1b011b4..dcd6423 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -86,8 +86,8 @@ SRCS+= ar5413.c # + 5416 (Owl) .PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar5416 SRCS+= ah_eeprom_v14.c ah_eeprom_v4k.c \ - ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_cal.c \ - ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \ + ar5416_ani.c ar5416_attach.c ar5416_beacon.c ar5416_btcoex.c \ + ar5416_cal.c ar5416_cal_iq.c ar5416_cal_adcgain.c ar5416_cal_adcdc.c \ ar5416_eeprom.c ar5416_gpio.c ar5416_interrupts.c ar5416_keycache.c \ ar5416_misc.c ar5416_phy.c ar5416_power.c ar5416_radar.c \ ar5416_recv.c ar5416_reset.c ar5416_xmit.c @@ -115,7 +115,7 @@ SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c # + AR9285 - Kite SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c -SRCS+= ar9285_diversity.c +SRCS+= ar9285_diversity.c ar9285_btcoex.c # + AR9287 - Kiwi .PATH: ${.CURDIR}/../../dev/ath/ath_hal |