Bluetooth: Always compile in UUID support
This is also useful for Broadcaster and Observer roles and shouldn't depend on connection support. Change-Id: I85003253455c3949344e26d24a5fb3a718115947 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
6b17c489d4
commit
ea513bb569
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
||||||
obj-y = hci_core.o
|
obj-y = hci_core.o \
|
||||||
|
uuid.o
|
||||||
|
|
||||||
ifeq ($(CONFIG_BLUETOOTH_CONN),y)
|
ifeq ($(CONFIG_BLUETOOTH_CONN),y)
|
||||||
obj-y += conn.o \
|
obj-y += conn.o \
|
||||||
l2cap.o \
|
l2cap.o \
|
||||||
att.o \
|
att.o \
|
||||||
gatt.o \
|
gatt.o
|
||||||
uuid.o
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_BLUETOOTH_SMP),y)
|
ifeq ($(CONFIG_BLUETOOTH_SMP),y)
|
||||||
obj-y += smp.o \
|
obj-y += smp.o \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue