btstack/src/Makefile.inc

26 lines
545 B
Makefile

# Makefile to collect all C source files of src
SRC_FILES = \
ad_parser.c \
btstack_audio.c \
btstack_base64_decoder.c \
btstack_crypto.c \
btstack_hid_parser.c \
btstack_linked_list.c \
btstack_memory.c \
btstack_memory_pool.c \
btstack_ring_buffer.c \
btstack_run_loop.c \
btstack_slip.c \
btstack_tlv.c \
btstack_util.c \
hci.c \
hci_cmd.c \
hci_dump.c \
hci_transport_em9304_spi.c \
hci_transport_h4.c \
hci_transport_h5.c \
l2cap.c \
l2cap_signaling.c \