summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2012-02-29 00:39:41 +0000
committerVincent Palatin <vpalatin@chromium.org>2012-03-02 16:46:26 +0000
commita94e3277b332536a01d8e109f5ae277dcfe82337 (patch)
tree123b8db7b44a2b09fa80629b0cf92a9f3ebceff4 /Makefile
parent1db93690d9b3fed1690f6645408384451c42519b (diff)
downloadchrome-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6c779f12b..e18bd4f8be 100644
--- a/Makefile
+++ b/Makefile
@@ -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