Commit 1c705e80 authored by A. Hahn's avatar A. Hahn

vme-wb: changed Kbuild kernel limit to 5.0.0

parent 0833594f
KERNEL_LIMIT := 3.10.0
KERNEL_LIMIT := 5.0.0
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