This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
44eda51a93
zephyr
/
net
/
bluetooth
/
Makefile
7 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
Kbuild: Bluetooth driver support. This commit adds the Makefile and Kconfig files to support the bluetooth driver in the Kbuild system. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I1f72b13aca8fb098eece04c4f0e1b680639b520f
2015-05-11 10:52:56 +08:00
obj-y
=
att.o
\
buf.o
\
conn.o
\
hci_core.o
\
Bluetooth: add smp.c to Makefile Change-Id: I9c788b8b89c2117305809444de258efa0539410f Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-05-15 19:44:23 +08:00
l2cap.o
\
smp.o