summaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules.mk b/rules.mk
index 20e7a929f..a7902fa1b 100644
--- a/rules.mk
+++ b/rules.mk
@@ -1,8 +1,8 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-include $(TOPDIR)/prereq.mk
--include $(TOPDIR)/.config
+include $(ADK_TOPDIR)/prereq.mk
+-include $(ADK_TOPDIR)/.config
ifeq ($(VERBOSE),1)
START_TRACE:= :
@@ -70,7 +70,7 @@ ifeq ($(ADK_TARGET_ARCH),mips64)
ADK_TARGET_KARCH:=mips
endif
-include $(TOPDIR)/mk/vars.mk
+include $(ADK_TOPDIR)/mk/vars.mk
ifneq (${show},)
.DEFAULT_GOAL:= show