From 08b96e69c48871d1430dbb71d729adb14a566932 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 10 May 2014 18:57:45 -0700 Subject: [PATCH] build: Add support for building hex2hcd utility --- .gitignore | 1 + Makefile.tools | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a2af5a38..803758b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -61,6 +61,7 @@ tools/avtest tools/bdaddr tools/bluemoon tools/seq2bseq +tools/hex2hcd tools/btiotest tools/mpris-player tools/bluetooth-player diff --git a/Makefile.tools b/Makefile.tools index 40f076bea..412a99887 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -278,7 +278,7 @@ noinst_PROGRAMS += tools/bdaddr tools/avinfo tools/avtest \ tools/btmgmt tools/btinfo tools/btattach \ tools/btsnoop tools/btproxy tools/btiotest \ tools/mpris-player tools/cltest tools/seq2bseq \ - tools/ibeacon + tools/hex2hcd tools/ibeacon tools_bdaddr_SOURCES = tools/bdaddr.c src/oui.h src/oui.c tools_bdaddr_LDADD = lib/libbluetooth-internal.la @UDEV_LIBS@ @@ -332,6 +332,8 @@ tools_cltest_LDADD = lib/libbluetooth-internal.la tools_seq2bseq_SOURCES = tools/seq2bseq.c +tools_hex2hcd_SOURCES = tools/hex2hcd.c + tools_ibeacon_SOURCES = tools/ibeacon.c monitor/bt.h \ monitor/mainloop.h monitor/mainloop.c \ src/shared/io.h src/shared/io-mainloop.c \ -- 2.47.3