Makefile.inc 626 B

1234567891011121314151617181920
  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. PKG_VERSION:= 6d80ab6c93409e796f85da404bde84b841231531
  5. PKG_GIT:= hash
  6. PKG_RELEASE:= 1
  7. PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
  8. ifeq ($(ADK_TARGET_ARCH_H8300),y)
  9. PKG_VERSION:= h8300
  10. PKG_GIT:= branch
  11. PKG_RELEASE:= 1
  12. PKG_SITES:= git://git.osdn.net/gitroot/uclinux-h8/elf2flt.git
  13. endif
  14. ifeq ($(ADK_TARGET_OS_FROSTED),y)
  15. PKG_VERSION:= master
  16. PKG_GIT:= branch
  17. PKG_RELEASE:= 1
  18. PKG_SITES:= https://github.com/insane-adding-machines/elf2flt-1.git
  19. endif