c05564c4d8
Android 13
11 lines
242 B
Makefile
Executable file
11 lines
242 B
Makefile
Executable file
# SPDX-License-Identifier: GPL-2.0
|
|
btcoexist-objs := halbtc8192e2ant.o \
|
|
halbtc8723b1ant.o \
|
|
halbtc8723b2ant.o \
|
|
halbtc8821a1ant.o \
|
|
halbtc8821a2ant.o \
|
|
halbtcoutsrc.o \
|
|
rtl_btc.o
|
|
|
|
obj-$(CONFIG_RTLBTCOEXIST) += btcoexist.o
|