| 123456789101112131415161718192021222324252627282930 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.include ${TOPDIR}/rules.mkPKG_NAME:=		bcm2835-bootloader# actually 04ba1c03780ae708c9289bce14f56933e55e9c20 from 13.04.2014PKG_VERSION:=		0.8PKG_RELEASE:=		1PKG_MD5SUM:=		08beaa7d66e7dd6b0ab58483d0f4ce40PKG_DESCR:=		bootloader for raspberry pi (bcm2835)PKG_SECTION:=		base/bootPKG_URL:=		https://github.com/raspberrypi/firmwarePKG_SITES:=		http://openadk.org/distfiles/PKG_SYSTEM_DEPENDS:=	raspberry-piinclude ${TOPDIR}/mk/package.mk$(eval $(call PKG_template,BCM2835_BOOTLOADER,bcm2835-bootloader,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))CONFIG_STYLE:=          manualBUILD_STYLE:=           manualINSTALL_STYLE:=         manualdo-install:	${INSTALL_DIR} ${IDIR_BCM2835_BOOTLOADER}/boot	${CP} ${WRKBUILD}/boot/* ${IDIR_BCM2835_BOOTLOADER}/boot/include ${TOPDIR}/mk/pkg-bottom.mk
 |