mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 12:05:40 +00:00
In preparation of adding more key support and to not bloat hci_core.c prepare a new .c file for the key management code. Change-Id: I5129a7a3a5d495a299f75e4e669253446a276142 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
10 lines
97 B
Makefile
10 lines
97 B
Makefile
obj-y = att.o \
|
|
buf.o \
|
|
conn.o \
|
|
gatt.o \
|
|
hci_core.o \
|
|
keys.o \
|
|
l2cap.o \
|
|
smp.o \
|
|
uuid.o
|