Commit 5b5a9066 authored by Dimitris Lampridis's avatar Dimitris Lampridis

[sw] make driver building more robust wrt git describe

parent 8e6143ad
......@@ -7,7 +7,7 @@ REPO_PARENT ?= $(shell /bin/pwd)/../..
LINUX ?= /lib/modules/$(shell uname -r)/build
DRV_VERSION := $(shell git describe --dirty --long --tags)
DRV_VERSION := $(shell git describe --always --dirty --long --tags)
all: modules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment