Add the btcoex code into the module compilation.

This commit is contained in:
Adrian Chadd 2012-12-03 23:38:08 +00:00
parent f506aeda9b
commit 8db3411759
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243838

View File

@ -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