summaryrefslogtreecommitdiff
path: root/package/bcm2835-bootloader
diff options
context:
space:
mode:
Diffstat (limited to 'package/bcm2835-bootloader')
-rw-r--r--package/bcm2835-bootloader/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/bcm2835-bootloader/Makefile b/package/bcm2835-bootloader/Makefile
index a86d36f6c..dfd300614 100644
--- a/package/bcm2835-bootloader/Makefile
+++ b/package/bcm2835-bootloader/Makefile
@@ -1,7 +1,7 @@
# 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.mk
+include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= bcm2835-bootloader
# actually git checkout from 03.06.2014
@@ -15,7 +15,7 @@ PKG_SITES:= http://openadk.org/distfiles/
PKG_SYSTEM_DEPENDS:= raspberry-pi
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,BCM2835_BOOTLOADER,bcm2835-bootloader,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -29,4 +29,4 @@ do-install:
printf "gpu_mem=$(ADK_TARGET_GPU_MEM)\n" >> \
${IDIR_BCM2835_BOOTLOADER}/boot/config.txt
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk