mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
drivers: only build rtk bt driver for non-ack
Realtek bluetooth driver is not used in ack and causes build issues in ack builds. Subsequently, only build realtek blutooth driver conditionally if build is not ack Bug 4476460 Signed-off-by: Ahmad Chaudhry <ahmadc@nvidia.com> Change-Id: I2d26cc04f466ce51179dff51f14ee1ce73084990 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3069246 Reviewed-by: svcacv <svcacv@nvidia.com> Reviewed-by: Ankita Garg <ankitag@nvidia.com> Reviewed-by: Bibhay Ranjan <bibhayr@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b5a59cfff2
commit
6b403012fb
@@ -16,7 +16,9 @@ ifeq ($(CONFIG_BTCOEX), y)
|
||||
EXTRA_CFLAGS += -DCONFIG_BTCOEX
|
||||
endif
|
||||
|
||||
obj-m := rtk_btusb.o
|
||||
rtk_btusb-objs := rtk_coex.o \
|
||||
rtk_misc.o \
|
||||
rtk_bt.o
|
||||
ifndef CONFIG_TEGRA_SYSTEM_TYPE_ACK
|
||||
obj-m := rtk_btusb.o
|
||||
rtk_btusb-objs := rtk_coex.o \
|
||||
rtk_misc.o \
|
||||
rtk_bt.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user