Makefile.inc 695 B

12345678910111213141516171819202122
  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_2021_08),y)
  5. PKG_VERSION:= v2021.08
  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. ifeq ($(ADK_TOOLCHAIN_ELF2FLT_LM32),y)
  17. PKG_VERSION:= 3051fec89bbd30de6f952dc3100712feff3ca076
  18. PKG_GIT:= hash
  19. PKG_RELEASE:= 1
  20. PKG_SITES:= https://github.com/m-labs/elf2flt-lm32.git
  21. endif