summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-05-22 15:15:22 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-05-22 15:15:22 -0700
commitadaea0388918bf1c196a4faa6e181c704307caff (patch)
tree1210e44dc4a67584f69085079ae59f311d9834a1 /rebar.config
parenta88c6738831758764792791832e1f6a8f9f6b0a1 (diff)
downloadrvi_core-adaea0388918bf1c196a4faa6e181c704307caff.tar.gz
First stab at BT connectivity
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
index faf50d2..dbdddc9 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,6 +8,7 @@
{sub_dirs, ["rel",
"components/rvi_common",
"components/authorize",
+ "components/dlink_bt",
"components/dlink_tcp",
"components/proto_bert",
"components/schedule",
@@ -25,6 +26,7 @@
%% git@github.com:tonyrog/dthread.git and references
%% given in gsms/rebar.config and uart/rebar.config, so
%% we'll specify them with a working reference here instead.
+ {bt, ".*", {git, "git://github.com/magnusfeuer/bt.git", "HEAD"}},
{dthread, ".*", {git, "git://github.com/tonyrog/dthread.git", "HEAD"}},
{uart, ".*", {git, "git://github.com/tonyrog/uart.git", "HEAD"}},
{gsms, ".*", {git, "git://github.com/tonyrog/gsms.git", "HEAD"}},