summaryrefslogtreecommitdiff
path: root/util/build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'util/build.mk')
-rw-r--r--util/build.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/build.mk b/util/build.mk
new file mode 100644
index 0000000000..51d890e630
--- /dev/null
+++ b/util/build.mk
@@ -0,0 +1,11 @@
+# -*- makefile -*-
+# Copyright 2014 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
+#
+
+ifeq ($(CHIP),npcx)
+build-util-bin=ecst
+endif