summaryrefslogtreecommitdiff
path: root/Makefile.tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-04-04 14:00:17 -0700
committerMarcel Holtmann <marcel@holtmann.org>2015-04-04 14:00:17 -0700
commit913e56dc1113db175a2c6c4a750e7a7e513f6115 (patch)
tree181443b3696b4092d5d1449533f85d53f6faf244 /Makefile.tools
parent6be2f08c9c6372943c019556d22eb726c67cd2ef (diff)
downloadbluez-913e56dc1113db175a2c6c4a750e7a7e513f6115.tar.gz
tools: Add skeleton for BNEP kernel testing utility
Diffstat (limited to 'Makefile.tools')
-rw-r--r--Makefile.tools10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile.tools b/Makefile.tools
index b8dd90a4b..1b8b4b84d 100644
--- a/Makefile.tools
+++ b/Makefile.tools
@@ -41,7 +41,7 @@ noinst_PROGRAMS += emulator/btvirt emulator/b1ee emulator/hfp tools/3dsp \
tools/mgmt-tester tools/gap-tester \
tools/l2cap-tester tools/sco-tester \
tools/smp-tester tools/hci-tester \
- tools/rfcomm-tester
+ tools/rfcomm-tester tools/bnep-tester
emulator_btvirt_SOURCES = emulator/main.c monitor/bt.h \
emulator/serial.h emulator/serial.c \
@@ -88,6 +88,14 @@ tools_rfcomm_tester_SOURCES = tools/rfcomm-tester.c monitor/bt.h \
tools_rfcomm_tester_LDADD = lib/libbluetooth-internal.la \
src/libshared-glib.la @GLIB_LIBS@
+tools_bnep_tester_SOURCES = tools/bnep-tester.c monitor/bt.h \
+ emulator/hciemu.h emulator/hciemu.c \
+ emulator/btdev.h emulator/btdev.c \
+ emulator/bthost.h emulator/bthost.c \
+ emulator/smp.c
+tools_bnep_tester_LDADD = lib/libbluetooth-internal.la \
+ src/libshared-glib.la @GLIB_LIBS@
+
tools_smp_tester_SOURCES = tools/smp-tester.c monitor/bt.h \
emulator/hciemu.h emulator/hciemu.c \
emulator/btdev.h emulator/btdev.c \