diff options
Diffstat (limited to 'adk/config')
-rw-r--r-- | adk/config/Makefile | 2 | ||||
-rw-r--r-- | adk/config/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/adk/config/Makefile b/adk/config/Makefile index 72ea07005..d1d8ac73a 100644 --- a/adk/config/Makefile +++ b/adk/config/Makefile @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. ifneq ($(filter-out clean,${MAKECMDGOALS}),) -include ${TOPDIR}/rules.mk +include ${ADK_TOPDIR}/rules.mk endif CP=cp -fpR diff --git a/adk/config/Makefile.in b/adk/config/Makefile.in index 0b3ac40a9..506d04cab 100644 --- a/adk/config/Makefile.in +++ b/adk/config/Makefile.in @@ -2,4 +2,4 @@ ifeq ($(strip $(ADK_PACKAGE_CONFIG)),y) TARGETS+=config endif -include ${TOPDIR}/mk/pkg-bottom.mk +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |