zephyr/net/bluetooth/Makefile
Johan Hedberg 384533912d Bluetooth: Move key handling to separate files
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>
2016-02-05 20:14:17 -05:00

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