svn commit: r243838 - head/sys/modules/ath

Adrian Chadd adrian at FreeBSD.org
Mon Dec 3 23:38:08 UTC 2012


Author: adrian
Date: Mon Dec  3 23:38:08 2012
New Revision: 243838
URL: http://svnweb.freebsd.org/changeset/base/243838

Log:
  Add the btcoex code into the module compilation.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Mon Dec  3 23:36:03 2012	(r243837)
+++ head/sys/modules/ath/Makefile	Mon Dec  3 23:38:08 2012	(r243838)
@@ -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_o
 
 # + 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


More information about the svn-src-all mailing list