diff options
author | Vincent Palatin <vpalatin@chromium.org> | 2012-02-29 00:39:41 +0000 |
---|---|---|
committer | Vincent Palatin <vpalatin@chromium.org> | 2012-03-02 16:46:26 +0000 |
commit | a94e3277b332536a01d8e109f5ae277dcfe82337 (patch) | |
tree | 123b8db7b44a2b09fa80629b0cf92a9f3ebceff4 /Makefile | |
parent | 1db93690d9b3fed1690f6645408384451c42519b (diff) | |
download | chrome-ec-a94e3277b332536a01d8e109f5ae277dcfe82337.tar.gz |
update versioning information stored in the EC
Add build information (date/time/builder) which can be displayed at the
EC console.
Generate a version from the board name and the branch tag.
Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
BUG=chromium-os:27013
TEST=on BDS, run version command on the console.
inspect the built binary.
Change-Id: Idb1f68898ba6b811d02919f17ab4536ed9f8934a
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,6 +45,6 @@ all-y+=$(call objs_from_dir,private,$(private-y)) all-y+=$(call objs_from_dir,common,$(common-y)) all-y+=$(call objs_from_dir,test,$($(PROJECT)-y)) dirs=core/$(CORE) chip/$(CHIP) board/$(BOARD) private common test util -includes=include core/$(CORE)/include $(dirs) +includes=include core/$(CORE)/include $(dirs) $(out) include Makefile.rules |