Rtwo/kernel/motorola/sm8550-modules/qcom/opensource/bt-kernel/slimbus/Makefile
2025-09-30 19:22:48 -05:00

8 lines
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