Makefile 227 B

1234
  1. ccflags-y += -I$(BT_ROOT)/include
  2. ccflags-y += -I$(BT_ROOT)/btfmcodec/include
  3. btfmcodec-objs := btfm_codec.o btfm_codec_hw_interface.o btfm_codec_interface.o btfm_codec_btadv_interface.o
  4. obj-$(CONFIG_BTFM_CODEC) += btfmcodec.o