Makefile 907 B

1234567891011121314151617181920212223242526272829
  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:= bcm2835-firmware
  5. # actually f46e6d9cb9a6bf419fe2a428a8a586239e93aa2d from 07.01.2014
  6. PKG_VERSION:= 0.6
  7. PKG_RELEASE:= 1
  8. PKG_MD5SUM:= e4c1b8f3dd13ae8742a7831c19d212b0
  9. PKG_DESCR:= firmware for raspberry pi (bcm2835)
  10. PKG_SECTION:= base
  11. PKG_SITES:= http://openadk.org/distfiles/
  12. PKG_SYSTEM_DEPENDS:= raspberry-pi
  13. include ${TOPDIR}/mk/package.mk
  14. $(eval $(call PKG_template,BCM2835_FIRMWARE,bcm2835-firmware,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
  15. CONFIG_STYLE:= manual
  16. BUILD_STYLE:= manual
  17. INSTALL_STYLE:= manual
  18. do-install:
  19. ${INSTALL_DIR} ${IDIR_BCM2835_FIRMWARE}/boot
  20. ${CP} ${WRKBUILD}/boot/* ${IDIR_BCM2835_FIRMWARE}/boot/
  21. include ${TOPDIR}/mk/pkg-bottom.mk