Makefile.inc 552 B

1234567891011121314151617
  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. PKG_NAME:= elf2flt
  4. ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2024_02),y)
  5. PKG_VERSION:= v2024.02
  6. PKG_GIT:= tag
  7. PKG_RELEASE:= 1
  8. PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
  9. endif
  10. ifeq ($(ADK_TOOLCHAIN_ELF2FLT_OLD),y)
  11. PKG_VERSION:= 453398f917d167f8c308c8f997270c48ae8f8b12
  12. PKG_GIT:= hash
  13. PKG_RELEASE:= 1
  14. PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
  15. endif
  16. DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz