Commit 4f853dbb authored by A. Hahn's avatar A. Hahn

vme-wb: changed Kbuild kernel limit to 4.20.17

parent 1c705e80
KERNEL_LIMIT := 5.0.0
KERNEL_LIMIT := 4.20.17
TEMP := $(shell /bin/echo "$(KERNELVERSION)'\'n$(KERNEL_LIMIT)")
KERNEL := $(shell /bin/echo -e $(TEMP) | sed '/^$$/d' | sort -t. -k1,1nr -k2,2nr | head -1)
......
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