Skip to content

Commit

Permalink
kconfig: display git version in main menu
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Jul 21, 2022
1 parent 88c5107 commit 555e0e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Main Kconfig settings

mainmenu "CanBoot Configuration"
VERSION := $(shell, git describe --tags --long --always --dirty 2> /dev/null)

mainmenu "CanBoot Configuration $(VERSION)"

config LOW_LEVEL_OPTIONS
bool
Expand Down

0 comments on commit 555e0e5

Please sign in to comment.