mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
The routines in btcoexist use different debugging routines than are used in the other drivers. This patch converts halbtcoutsrc.c to use the standard routines. It also deletes the definitions of the now-unused debugging macros, and turns on compilation of all the routines in btcoexist. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Cc: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
10 lines
207 B
Makefile
10 lines
207 B
Makefile
btcoexist-objs := halbtc8192e2ant.o \
|
|
halbtc8723b1ant.o \
|
|
halbtc8723b2ant.o \
|
|
halbtc8821a1ant.o \
|
|
halbtc8821a2ant.o \
|
|
halbtcoutsrc.o \
|
|
rtl_btc.o
|
|
|
|
obj-$(CONFIG_RTLBTCOEXIST) += btcoexist.o
|