summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTaylor Hutt <thutt@chromium.org>2011-09-01 14:06:32 -0700
committerTaylor Hutt <thutt@chromium.org>2011-09-01 14:06:32 -0700
commit172808ce0bb9b5119d34f208ee7ad99d1608c2ee (patch)
tree3a62e8cadf11dc636e34a1ce7b50e2128403a9fc /Makefile
parent8982204dee44ece1cef2178747a27f08beb374cf (diff)
downloadadhd-172808ce0bb9b5119d34f208ee7ad99d1608c2ee.tar.gz
ADHD: More flexible local builds
Details This change allows builds for different boards to coexist at the same time. This facilitates multiple builds to exist on the developer's desktop, which allows local testing of changes, without having to upload the binary to the test machine. Testing Built in the source directory for several different board types, and no board type. BUG=chromium-os:19558 TEST=See above Signed-off-by: Taylor Hutt <thutt@chromium.org> Change-Id: I11a11d628f43d7d37ddb70d6a63ce4d8eae56774
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11405e36..dca6bfbf 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ include $(ADHD_DIR)/defs/definitions.mk
all: gavd
gavd: # Google Audio Visual Daemon
- @$(call remake,gavd)
+ @$(call remake,$@)
clean:
@rm -rf $(ADHD_BUILD_DIR)