diff options
author | Louis Yung-Chieh Lo <yjlou@chromium.org> | 2012-08-09 22:55:51 +0800 |
---|---|---|
committer | Gerrit <chrome-bot@google.com> | 2012-08-10 09:28:34 -0700 |
commit | 03d4ed278de2a27a9c2c580ad4d68e30dbcc7630 (patch) | |
tree | 051710e97dde6ca3dce56ad9cd704ecb37cd1670 /Makefile | |
parent | 9f0bfd4609671aacf68eeda8958036e33136d0ba (diff) | |
download | chrome-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |