9 lines
440 B
Makefile
Executable File
9 lines
440 B
Makefile
Executable File
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
|