summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2011-12-08 09:37:32 -0800
committerRandall Spangler <rspangler@chromium.org>2011-12-08 10:55:27 -0800
commitbc4c1b4eb9ca3b30f07ba78d0c3f591e057874b1 (patch)
treee1f9b00a10d6d4d84a82375a51b580550ffd39d4 /util
parente24fa592d2a215d8ae67917c1d89e68cdf847a03 (diff)
downloadchrome-ec-bc4c1b4eb9ca3b30f07ba78d0c3f591e057874b1.tar.gz
Separate utility build for build and host utils
Build is the system doing the build (e.g. 64-bit linux) and host is the target platform on top of the ec (e.g. 32-bit Chromium OS). Necessary to get ectool properly compiling for Chromium OS. Signed-off-by: Randall Spangler <rspangler@chromium.org> BUG=none TEST=make && file build/bds/util/ectool; ectool should be a 32-bit binary Change-Id: I50eba4c164ece236646a7c6087b1b86769beeb28
Diffstat (limited to 'util')
-rw-r--r--util/build.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/build.mk b/util/build.mk
index 1bf1f7f372..6d44606562 100644
--- a/util/build.mk
+++ b/util/build.mk
@@ -1,5 +1,8 @@
+# Copyright (c) 2011 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.
#
# Host tools build
#
-util-bin=ectool
+host-util-bin=ectool