Makefile 735 B

12345678910111213141516171819202122232425262728
  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. include $(TOPDIR)/rules.mk
  4. PKG_NAME:= u-boot
  5. PKG_VERSION:= 2014.01
  6. PKG_RELEASE:= 1
  7. PKG_MD5SUM:= e531307578f6d32a7ccb1d04f1e08cbc
  8. PKG_DESCR:= bootloader
  9. PKG_SECTION:= boot
  10. PKG_URL:= http://www.denx.de/wiki/U-Boot
  11. PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/
  12. DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
  13. include $(TOPDIR)/mk/package.mk
  14. $(eval $(call PKG_template,U_BOOT,u-boot,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. CONFIG_STYLE:= manual
  16. do-configure:
  17. echo "no config for your target available"
  18. u-boot-install:
  19. include ${TOPDIR}/mk/pkg-bottom.mk