waldux-ver.mk 635 B

12345678910111213141516
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. #
  4. # On the various kernel version variables:
  5. #
  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
  11. ifeq ($(ADK_TARGET_WALDUX_KERNEL_VERSION_GIT),y)
  12. KERNEL_FILE_VER:= $(ADK_TARGET_WALDUX_KERNEL_GIT)
  13. KERNEL_RELEASE:= 1
  14. KERNEL_VERSION:= $(ADK_TARGET_WALDUX_KERNEL_GIT_VER)-$(KERNEL_RELEASE)
  15. endif