Commit 4570c7b6 authored by Federico Vaga's avatar Federico Vaga

sw:drv: add DKMS variables for FMC

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 89b1cb51
......@@ -25,6 +25,11 @@ ifeq ($(DKMS), 1)
ZIO_VERSION ?= $(shell basename $(shell ls -d $(DKMSTREE)/zio/* | grep -E "\/[0-9]+\.[0-9]+\.[0-9]+" | sort -V | tail -n 1))
ZIO_ABS ?= $(DKMSTREE)/zio/$(ZIO_VERSION)/source
ZIO_EXTRA_SYMBOLS-y = $(DKMSTREE)/zio/kernel-$(KVERSION)-$(shell uname -p)/module/Module.symvers
# Take last installed version (if installed using RPM it should be OK)
FMC_VERSION ?= $(shell basename $(shell ls -d $(DKMSTREE)/fmc-sw/* | grep -E "\/[0-9]+\.[0-9]+\.[0-9]+" | sort -V | tail -n 1))
FMC_ABS ?= $(DKMSTREE)/zio/$(FMC_VERSION)/source
FMC_EXTRA_SYMBOLS-y = $(DKMSTREE)/fmc-sw/kernel-$(KVERSION)-$(shell uname -p)/module/Module.symvers
else
ifndef ZIO
......
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