summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-28 09:19:12 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-04-28 09:19:12 -0700
commitaa93fed41057c92bd4767ed85d18483b40ea87b5 (patch)
tree01480b48710c22733e0c586921c7371718229d03 /Makefile.tools
parent1c01a9f3183c19ce14d8d4db7f545499e2cac4a2 (diff)
downloadbluez-aa93fed41057c92bd4767ed85d18483b40ea87b5.tar.gz
peripheral: Add initial code for btsensor application
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools12
1 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index d46c65416..6020b018a 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -38,7 +38,8 @@ monitor_btmon_LDADD = lib/libbluetooth-internal.la \
endif
if EXPERIMENTAL
-noinst_PROGRAMS += emulator/btvirt emulator/b1ee emulator/hfp tools/3dsp \
+noinst_PROGRAMS += emulator/btvirt emulator/b1ee emulator/hfp \
+ peripheral/btsensor tools/3dsp \
tools/mgmt-tester tools/gap-tester \
tools/l2cap-tester tools/sco-tester \
tools/smp-tester tools/hci-tester \
@@ -62,6 +63,15 @@ emulator_b1ee_LDADD = src/libshared-mainloop.la
emulator_hfp_SOURCES = emulator/hfp.c
emulator_hfp_LDADD = src/libshared-mainloop.la
+peripheral_btsensor_SOURCES = peripheral/main.c \
+ peripheral/efivars.h peripheral/efivars.c \
+ peripheral/attach.h peripheral/attach.c \
+ peripheral/log.h peripheral/log.c \
+ peripheral/gap.h peripheral/gap.c \
+ peripheral/gatt.h peripheral/gatt.c
+peripheral_btsensor_LDADD = src/libshared-mainloop.la \
+ lib/libbluetooth-internal.la
+
tools_3dsp_SOURCES = tools/3dsp.c monitor/bt.h
tools_3dsp_LDADD = src/libshared-mainloop.la