Fix dkms target

This commit is contained in:
Joaquín Ignacio Aramendía 2022-11-19 13:52:16 -03:00
parent 04e763f757
commit bbd8962785

View file

@ -29,7 +29,7 @@ endif
DRIVER := oxp-sensors
ifneq ("","$(wildcard .git/*)")
DRIVER_VERSION := $(shell git describe --long --tags)
DRIVER_VERSION := $(shell git describe --long --tags | sed s/\-/\./g )
else
ifneq ("", "$(wildcard VERSION)")
DRIVER_VERSION := $(shell cat VERSION)