# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
KERNEL_BASE:=$(word 1,$(subst ., ,$(ADK_KERNEL_VERSION)))
KERNEL_MAJ:=$(word 2,$(subst ., ,$(ADK_KERNEL_VERSION)))
KERNEL_MIN:=$(word 3,$(subst ., ,$(ADK_KERNEL_VERSION)))
#
# Virtualization
#
$(eval $(call KMOD_templ
|