summaryrefslogtreecommitdiff
path: root/package/cfgfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/cfgfs/Makefile')
-rw-r--r--package/cfgfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile
index 9ad0bdef6..b48fcb661 100644
--- a/package/cfgfs/Makefile
+++ b/package/cfgfs/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:= cfgfs
PKG_VERSION:= 1.0.10
@@ -21,7 +21,7 @@ PKG_DFLT_CFGFS:= y if !(ADK_TOOLCHAIN_ONLY || ADK_TOOLCHAIN_ARCHIVE || ADK_PKG_T
WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}
NO_DISTFILES:= 1
-include ${TOPDIR}/mk/package.mk
+include ${ADK_TOPDIR}/mk/package.mk
$(eval $(call PKG_template,CFGFS,cfgfs,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
@@ -37,4 +37,4 @@ do-install:
ln cfgfs $$tgt; \
done
-include ${TOPDIR}/mk/pkg-bottom.mk
+include ${ADK_TOPDIR}/mk/pkg-bottom.mk