summaryrefslogtreecommitdiff
path: root/util/make_all.sh
blob: 852c9f12fd5c799c7e40d944b93e14eafa1747b0 (plain)
1
2
3
4
5
6
7
8
9
#!/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."