mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
11 lines
242 B
Makefile
11 lines
242 B
Makefile
# 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
|