fix prereq.sh on NetBSD 8.1
[openadk.git] / mk / waldux-ver.mk
bloba88c4501b8984bc4141c130846738482bbf41c5c
1 # This file is part of the OpenADK project. OpenADK is copyrighted
2 # material, please see the LICENCE file in the top-level directory.
4 # On the various kernel version variables:
6 # KERNEL_FILE_VER: version numbering used for tarball and contained
7 # top level directory
8 # KERNEL_RELEASE: OpenADK internal versioning
9 # KERNEL_VERSION: final kernel version how we want to identify a
10 # specific kernel
12 ifeq ($(ADK_TARGET_WALDUX_KERNEL_VERSION_GIT),y)
13 KERNEL_FILE_VER:= $(ADK_TARGET_WALDUX_KERNEL_GIT)
14 KERNEL_RELEASE:= 1
15 KERNEL_VERSION:= $(ADK_TARGET_WALDUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
16 endif