aboutsummaryrefslogtreecommitdiff
path: root/projects/depthcharge
diff options
context:
space:
mode:
Diffstat (limited to 'projects/depthcharge')
-rw-r--r--projects/depthcharge/configs/veyron/targets2
-rwxr-xr-xprojects/depthcharge/depthcharge5
2 files changed, 3 insertions, 4 deletions
diff --git a/projects/depthcharge/configs/veyron/targets b/projects/depthcharge/configs/veyron/targets
new file mode 100644
index 00000000..1722192f
--- /dev/null
+++ b/projects/depthcharge/configs/veyron/targets
@@ -0,0 +1,2 @@
+minnie
+speedy
diff --git a/projects/depthcharge/depthcharge b/projects/depthcharge/depthcharge
index ca31d4be..fe64c7d9 100755
--- a/projects/depthcharge/depthcharge
+++ b/projects/depthcharge/depthcharge
@@ -76,10 +76,7 @@ build() {
local arch=$( depthcharge_arch "$@" )
local device=$( depthcharge_device "$@" )
- project_action "build" "crossgcc" "$arch"
- project_action "build" "libpayload" "$project" "$@"
-
- project_action "checkout" "vboot" "devices"
+ project_action_arguments "checkout" "vboot" "devices"
mkdir -p "$build_path"