summaryrefslogtreecommitdiff
path: root/Makefile.adk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-23 01:47:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-23 01:47:00 +0200
commit87f42711b67cac755a718991d61620d758c3679d (patch)
tree7b95de04da1c45facea56cc61826dff2f6c72b77 /Makefile.adk
parent9072503b2c2f486979e08c86ce37f4a37508a931 (diff)
Revert "Add info-target to print out some OpenADK variables in machine readable ways"
This reverts commit 0ce8ada61eadc678f01700fc9811307cfb23eaa1.
Diffstat (limited to 'Makefile.adk')
-rw-r--r--Makefile.adk6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.adk b/Makefile.adk
index 95aed94fd..0938316ba 100644
--- a/Makefile.adk
+++ b/Makefile.adk
@@ -13,8 +13,6 @@ subdir:= package/${package}
_subdir_dep:= ${ADK_TOPDIR}/.config
endif
-include $(ADK_TOPDIR)/rules.mk
-
ifneq (${subdir},)
${MAKECMDGOALS}: _subdir
@@ -182,9 +180,5 @@ dep:
world:
@${GMAKE_INV} world
-
-info:
- @${GMAKE_INV} info
-
endif
# DO NOT DELETE