diff --git a/qcom/opensource/bt-kernel/Makefile b/qcom/opensource/bt-kernel/Makefile index de0aa3f278..14376378a9 100644 --- a/qcom/opensource/bt-kernel/Makefile +++ b/qcom/opensource/bt-kernel/Makefile @@ -4,7 +4,11 @@ M ?= $(shell pwd) M=$(PWD) BT_ROOT=$(KERNEL_SRC)/$(M) -KBUILD_OPTIONS+= BT_ROOT=$(BT_ROOT) +KBUILD_OPTIONS += BT_ROOT=$(BT_ROOT) +KBUILD_OPTIONS += CONFIG_BTFM_SLIM=m +KBUILD_OPTIONS += CONFIG_I2C_RTC6226_QCA=m +KBUILD_OPTIONS += CONFIG_MSM_BT_POWER=m +KBUILD_OPTIONS += KBUILD_EXTRA_SYMBOLS=$(OUT_DIR)/../sm8650-modules/qcom/opensource/wlan/platform/Module.symvers all: $(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)