summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/Makefile.inc
diff options
context:
space:
mode:
authorIngo Albrecht <prom@berlin.ccc.de>2010-04-11 01:38:24 +0200
committerIngo Albrecht <prom@berlin.ccc.de>2010-07-20 14:41:19 +0200
commite258b5db7972e13d0dd82d2f70308a81a3e93412 (patch)
tree397123c834de3294c071cdacdf3f541725cd53ca /src/target/firmware/Makefile.inc
parentd25e7b135a41be556aea60db9dbadde53be89799 (diff)
firmware: linker script for flashed app on e88.
Diffstat (limited to 'src/target/firmware/Makefile.inc')
-rw-r--r--src/target/firmware/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/firmware/Makefile.inc b/src/target/firmware/Makefile.inc
index 7f91fb18..eec793d7 100644
--- a/src/target/firmware/Makefile.inc
+++ b/src/target/firmware/Makefile.inc
@@ -35,6 +35,7 @@ GIT_MODIFIED:=$(shell (git status | grep "modified:\|added:\|deleted:" -q) && ec
GIT_REVISION:=$(GIT_COMMIT)$(GIT_MODIFIED)
+ASFLAGS += -DGIT_REVISION=\"$(GIT_REVISION)\"
CFLAGS += -DGIT_REVISION=\"$(GIT_REVISION)\"
#### GLOBAL DATA ####