summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Yung-Chieh Lo <yjlou@chromium.org>2012-08-09 22:55:51 +0800
committerGerrit <chrome-bot@google.com>2012-08-10 09:28:34 -0700
commit03d4ed278de2a27a9c2c580ad4d68e30dbcc7630 (patch)
tree051710e97dde6ca3dce56ad9cd704ecb37cd1670 /Makefile
parent9f0bfd4609671aacf68eeda8958036e33136d0ba (diff)
downloadchrome-ec-03d4ed278de2a27a9c2c580ad4d68e30dbcc7630.tar.gz
Add GEC lock mechanism.
Basically re-use the gec lock code from flashrom package. BUG=chrome-os-partner:12319 TEST=Build and run on link. Only build on snow. while true; do ectool hello; done & ; run 10 instances. ; expect all instances runs okay. Signed-off-by: Louis Yung-Chieh Lo <yjlou@chromium.org> Change-Id: I11d5824f46810c6f5a04a564a81387cdea081697 Reviewed-on: https://gerrit.chromium.org/gerrit/29763 Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80566276e2..bf96bbe9be 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,7 @@ include core/$(CORE)/build.mk
include common/build.mk
include test/build.mk
include util/build.mk
+include util/lock/build.mk
includes+=$(includes-y)