Commit c42e92d7 authored by Federico Vaga's avatar Federico Vaga

sw:drv: allow to specify only Linux version

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 1401c213
...@@ -5,7 +5,8 @@ CURDIR:=$(shell /bin/pwd) ...@@ -5,7 +5,8 @@ CURDIR:=$(shell /bin/pwd)
REPO_PARENT ?= $(CURDIR)/../.. REPO_PARENT ?= $(CURDIR)/../..
-include $(REPO_PARENT)/parent_common.mk -include $(REPO_PARENT)/parent_common.mk
LINUX ?= /lib/modules/$(shell uname -r)/build KVERSION ?= $(shell uname -r)
LINUX ?= /lib/modules/$(KVERSION)/build
FMC_BUS ?= ../fmc-bus FMC_BUS ?= ../fmc-bus
ZIO ?= ../zio ZIO ?= ../zio
SVEC_SW ?= ../svec-sw SVEC_SW ?= ../svec-sw
......
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