summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.adk')
-rw-r--r--Makefile.adk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.adk b/Makefile.adk
index 0938316ba..95aed94fd 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -13,6 +13,8 @@ subdir:= package/${package}
_subdir_dep:= ${ADK_TOPDIR}/.config
endif
+include $(ADK_TOPDIR)/rules.mk
+
ifneq (${subdir},)
${MAKECMDGOALS}: _subdir
@@ -180,5 +182,9 @@ dep:
world:
@${GMAKE_INV} world
+
+info:
+ @${GMAKE_INV} info
+
endif
# DO NOT DELETE