Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
147d6585ae27cfe006f49366172682346557f11d
/
.
/
net
/
bluetooth
/
Makefile
blob: 27d443d078f21ec94927612ec216777c57648111 [
file
]
obj
-
y
=
buf
.
o \
hci_core
.
o
ifeq
(
$
(
CONFIG_BLUETOOTH_CONN
),
y
)
obj
-
y
+=
conn
.
o \
l2cap
.
o \
att
.
o \
gatt
.
o \
uuid
.
o
ifeq
(
$
(
CONFIG_BLUETOOTH_SMP
),
y
)
obj
-
y
+=
smp
.
o \
keys
.
o
else
obj
-
y
+=
smp_null
.
o
endif
endif