mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-07 09:55:45 +00:00
18 lines
433 B
Makefile
18 lines
433 B
Makefile
obj-y += \
|
|
alloc.o \
|
|
bitalloc.o \
|
|
bitalloc-sbc.o \
|
|
bitstream-decode.o \
|
|
decoder-oina.o \
|
|
decoder-private.o \
|
|
decoder-sbc.o \
|
|
dequant.o \
|
|
framing.o \
|
|
framing-sbc.o \
|
|
oi_codec_version.o \
|
|
synthesis-sbc.o \
|
|
synthesis-dct8.o \
|
|
synthesis-8-generated.o \
|
|
|
|
ccflags-y += -I${ZEPHYR_BASE}/subsys/btstack/bluedroid/decoder/include
|