Commit 7888adbf authored by Federico Vaga's avatar Federico Vaga

sw:drv: allow to change kernel version without full path

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 533062b6
LINUX ?= /lib/modules/$(shell uname -r)/build
KVERSION ?= $(shell uname -r)
LINUX ?= /lib/modules/$(KVERSION)/build
GIT_VERSION = $(shell cd $(src); git describe --always --dirty --long --tags)
......
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