change var name

This commit is contained in:
tkl 2016-08-01 14:57:32 +02:00
parent c0dd4782d6
commit 28d82dddc4

View File

@ -4,7 +4,7 @@ OS_NAME = kosmos
# version numbering deployed by ci deploy script - no necessary for local build
ifdef SW_KERNEL
VERSION := -$(SW_KERNEL).$(SW_MAJOR).$(SW_MINOR)-
VERSION := -$(SW_KERNEL).$(SW_MAJOR).$(SW_MINOR)
else
VERSION :=
endif