1# Makefile to collect all C source files of src 2 3SRC_FILES = \ 4 btstack_ring_buffer.c \ 5 btstack_hid_parser.c \ 6 ad_parser.c \ 7 hci_transport_h4.c \ 8 l2cap.c \ 9 btstack_memory.c \ 10 btstack_util.c \ 11 hci_dump.c \ 12 btstack_memory_pool.c \ 13 btstack_run_loop.c \ 14 hci_cmd.c \ 15 btstack_linked_list.c \ 16 l2cap_signaling.c \ 17 hci_transport_em9304_spi.c \ 18 hci.c \ 19 btstack_slip.c \ 20 btstack_audio.c \ 21 hci_transport_h5.c \ 22 btstack_tlv.c \ 23 btstack_crypto.c \ 24 25