diff options
author | adrian <adrian@FreeBSD.org> | 2012-12-03 23:43:23 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-12-03 23:43:23 +0000 |
commit | c0c39050490f62a0a06787cecc2ce931c8ce2b55 (patch) | |
tree | 3d0a4eee321b392a688657c7d5d05b3feab3a51e | |
parent | 11f362bbec02c7f9a0b43eb8aa81b782b935f3d7 (diff) | |
download | FreeBSD-src-c0c39050490f62a0a06787cecc2ce931c8ce2b55.zip FreeBSD-src-c0c39050490f62a0a06787cecc2ce931c8ce2b55.tar.gz |
Add the AR5416/AR9285 bluetooth coexistence code into the main kernel
build.
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index f80f76e..c742db3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -858,6 +858,10 @@ dev/ath/ath_hal/ar5416/ar5416_beacon.c \ optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \ ath_ar9287 \ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal" +dev/ath/ath_hal/ar5416/ar5416_btcoex.c \ + optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \ + ath_ar9287 \ + compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal" dev/ath/ath_hal/ar5416/ar5416_cal.c \ optional ath_hal | ath_ar5416 | ath_ar9160 | ath_ar9280 | ath_ar9285 | \ ath_ar9287 \ @@ -941,6 +945,8 @@ dev/ath/ath_hal/ar9002/ar9280_olc.c optional ath_hal | ath_ar9280 | \ # ar9285 (depends on ar5416 and ar9280) dev/ath/ath_hal/ar9002/ar9285_attach.c optional ath_hal | ath_ar9285 \ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal" +dev/ath/ath_hal/ar9002/ar9285_btcoex.c optional ath_hal | ath_ar9285 \ + compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal" dev/ath/ath_hal/ar9002/ar9285_reset.c optional ath_hal | ath_ar9285 \ compile-with "${NORMAL_C} -I$S/dev/ath -I$S/dev/ath/ath_hal" dev/ath/ath_hal/ar9002/ar9285_cal.c optional ath_hal | ath_ar9285 \ |