diff --git a/configs/Makefile.config.rhivos-1 b/configs/Makefile.config.rhivos-1 index 410b36c1..ee6f5972 100644 --- a/configs/Makefile.config.rhivos-1 +++ b/configs/Makefile.config.rhivos-1 @@ -8,4 +8,5 @@ export NV_OOT_REALTEK_R8168_SKIP_BUILD=y export NV_OOT_REALTEK_RTL8822CE_SKIP_BUILD=y export NV_OOT_PCIE_T264_SOC_SKIP_BUILD=y export NV_OOT_REALTEK_RTL8852CE_SKIP_BUILD=y +export NV_OOT_REALTEK_BTUSB_SKIP_BUILD=y subdir-ccflags-y += -DNV_CONFIG_PCIE_TEGRA_DMA_DISABLE diff --git a/drivers/Makefile b/drivers/Makefile index 8d09a7e9..ac5421f5 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -12,8 +12,10 @@ ifdef CONFIG_PSTORE obj-m += block/tegra_oops_virt_storage/ endif ifdef CONFIG_BT +ifneq ($(NV_OOT_REALTEK_BTUSB_SKIP_BUILD),y) obj-m += bluetooth/realtek/ endif +endif obj-m += bus/ obj-m += c2c/ obj-m += clink/