Commit 5a006a3a authored by Adam Wujek's avatar Adam Wujek 💬

kernel: Make build working

--export ZIO_VERSION
--correct getting GIT_VERSION
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 7f93f7de
LINUX ?= /lib/modules/$(shell uname -r)/build
# FMC_BUS, ZIO, SPEC_SW comes from the upper level
GIT_VERSION = $(shell cd $(src); git describe --always --dirty --long --tags)
GIT_VERSION = $(shell git describe --always --dirty --long --tags)
export GIT_VERSION
ZIO_VERSION = $(shell cd $(ZIO); git describe --always --dirty --long --tags)
export ZIO_VERSION
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