mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-10 13:40:21 -05:00
Make GIT_REVISION value available within code.
Addresses issue #59. No idea what it'll do if the commit is also tagged as a release...
This commit is contained in:
parent
4fe145b61d
commit
98773cb62a
5 changed files with 10 additions and 7 deletions
|
|
@ -39,6 +39,7 @@ COPT=-std=gnu99 \
|
|||
-Wall -Wextra -Wstrict-prototypes \
|
||||
$(CPUFLAGS) \
|
||||
-DLPC43XX -DLPC43XX_M4 \
|
||||
-DGIT_REVISION=\"$(GIT_REVISION)\" \
|
||||
-Os \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue