Makefile.inc 460 B

1234567891011121314
  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:= 7e33f28df198c46764021ed14408bd262751e148
  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