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
7834061d12
zephyr
/
drivers
/
nble
/
Makefile
2 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
Bluetooth: nble: Use weak functions printing debug info Since the headers defining RPC with Nordic chip changes frequently define weak functions printing BT_WARN("Not implemented") if function is not defined. Weak function symbol is marked with "W" as viewed by nm. Change-Id: Ia39b64c6e89fdddc65683711fd192a235fe754d4 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2016-01-26 18:05:18 +08:00
obj-$(CONFIG_NBLE)
+=
gap.o conn.o gatt.o uart.o rpc_serialize.o rpc_deserialize.o stubs.o