
git-subtree-dir: qcom/opensource/bt-kernel git-subtree-mainline:91a8910061
git-subtree-split:abeb53d57f
Change-Id: repo: https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/bt-kernel tag: LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0
9 строки
440 B
Makefile
9 строки
440 B
Makefile
ccflags-y += -I$(BT_ROOT)/include
|
|
ccflags-y += -I$(BT_ROOT)/btfmcodec/include
|
|
#Below src is for BTFM SLAVE CODEC Driver support on LE platform.
|
|
bt_fm_slim-objs := btfm_slim.o btfm_slim_codec.o btfm_slim_slave.o
|
|
obj-$(CONFIG_BTFM_SLIM) += bt_fm_slim.o
|
|
# Below src is for BTFM Driver support based on btfm codec
|
|
btfm_slim_codec-objs := btfm_slim.o btfm_slim_hw_interface.o btfm_slim_slave.o
|
|
obj-$(CONFIG_SLIM_BTFM_CODEC) += btfm_slim_codec.o
|