1
0

Makefile.inc 465 B

123456789101112131415
  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_TARGET_ARCH_H8300),y)
  5. PKG_VERSION:= h8300
  6. PKG_GIT:= branch
  7. PKG_RELEASE:= 1
  8. PKG_SITES:= git://git.osdn.net/gitroot/uclinux-h8/elf2flt.git
  9. else
  10. PKG_VERSION:= 6d80ab6c93409e796f85da404bde84b841231531
  11. PKG_GIT:= hash
  12. PKG_RELEASE:= 1
  13. PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
  14. endif