summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/make_all.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/util/make_all.sh b/util/make_all.sh
deleted file mode 100755
index 852c9f12fd..0000000000
--- a/util/make_all.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash -e
-#
-# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#
-# Build all EC boards and run unit tests
-
-echo "$0 is deprecated. Please run 'make buildall' instead."