Makefile.inc (6bdecec7ba8f55d805af8d13b9f45c3a7f6d5810) | Makefile.inc (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 \ | 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 hids_client.c \ | |
10 le_device_db_memory.c \ 11 le_device_db_tlv.c \ 12 sm.c \ 13 | 9 le_device_db_memory.c \ 10 le_device_db_tlv.c \ 11 sm.c \ 12 |