forked from rrcarlosr/Jetpack
Add custom minor version
This commit is contained in:
parent
9b2b3723a7
commit
5603a23850
|
@ -24,7 +24,7 @@ $(foreach overlay,$(KERNEL_OVERLAYS),$(eval $(value set_srctree_overlay)))
|
|||
VERSION = 4
|
||||
PATCHLEVEL = 9
|
||||
SUBLEVEL = 140
|
||||
EXTRAVERSION = -tegra
|
||||
EXTRAVERSION = -spiri-tx2-$(git describe --tags --exact-match 2>/dev/null || git rev-parse --short HEAD)
|
||||
NAME = Roaring Lionus
|
||||
|
||||
# *DOCUMENTATION*
|
||||
|
|
Loading…
Reference in New Issue