summaryrefslogtreecommitdiff
path: root/util/build.mk
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-06-27 13:06:19 -0700
committerChromeBot <chrome-bot@google.com>2013-07-01 16:14:15 -0700
commit267dbb74d28e4d5d13e892488563ab439398513d (patch)
tree965efc83f6ae8f15442e4670d4bc35205c99aa97 /util/build.mk
parent23dd3f5f9bfa1af12efd1bf2b122647c8d54a1f9 (diff)
downloadchrome-ec-267dbb74d28e4d5d13e892488563ab439398513d.tar.gz
Add common interface to EC flash commands
ectool and burn_my_ec need to use the same lower-level interface to the EC flash commands, rather than duplicating calling the low-level flash read/write/erase commands. This is a precursor to refactoring the low-level commands to support SPI/STM32L in a follow-up CL. BUG=chrome-os-partner:20571 BRANCH=none TEST=in a root shell, burn_my_ec flashes both RO and RW EC code Change-Id: I4c72690100d86dbff03b7dacc2fb248b571d3820 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/60266
Diffstat (limited to 'util/build.mk')
-rw-r--r--util/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/build.mk b/util/build.mk
index 9d2f149241..d4563caa08 100644
--- a/util/build.mk
+++ b/util/build.mk
@@ -7,7 +7,7 @@
#
host-util-bin=ectool lbplay burn_my_ec
-host-util-common=ectool_keyscan comm-host comm-dev misc_util
+host-util-common=ectool_keyscan comm-host comm-dev misc_util ec_flash
ifeq ($(CONFIG_LPC),y)
host-util-common+=comm-lpc
else