summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Hutt <thutt@chromium.org>2012-03-08 09:14:15 -0800
committerTaylor Hutt <thutt@chromium.org>2012-03-08 09:15:40 -0800
commit4f0be2fb56f736021244a55c6b542f93d9d0232e (patch)
tree0b20b092616f259c04761a141742faf6d9978bf3 /Makefile
parent136ada63b510a8dbfd038e069adcb6089493c675 (diff)
downloadadhd-4f0be2fb56f736021244a55c6b542f93d9d0232e.tar.gz
ADHD: gavd should be dependent upon cras
Details gavd will connect to a socket provided by cras to provide information about the currently attached devices. This is accomplished by using 'libcras', which is produced as a deliverable from the 'cras' build. This change makes 'gavd' dependent upon 'cras'. Testing Visual inspection. Used gmerge to build adhd on tegra2_kaen BUG=none TEST=See above Change-Id: I632f84baca2d7ab42acb43746946ebce2b4caa33 Signed-off-by: Taylor Hutt <thutt@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 054bc995..246f4500 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ all: gavd adhdinfo cras
adhdinfo gavd:: lib
+gavd:: cras
+
lib gavd adhdinfo::
@$(call remake,Building,$@,Makefile,$@)