xref: /btstack/src/ble/Makefile.inc (revision fc975d0e06abb00b1a0fb0ad0ca67eed0cb0a0eb)
1# Makefile to collect all C source files of src/ble
2
3SRC_BLE_FILES = \
4    att_db.c \
5    att_db_util.c \
6    att_dispatch.c \
7    att_server.c \
8    gatt_client.c \
9    le_device_db_memory.c \
10    le_device_db_tlv.c \
11    sm.c \
12
13