summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordir <diez.roggisch@ableton.com>2018-03-26 18:19:58 +0200
committerdir <dir@ableton.com>2018-08-13 17:54:03 +0200
commit07c3b1bf959087d37b7746189d93b929500855eb (patch)
tree046dfaadceb59269a369a63d51285d838836b79c /mk
parent51ef342cd9affe71354c4eb0a03c82f991e354ca (diff)
Add TARGET_DIR to info variables
Diffstat (limited to 'mk')
-rw-r--r--mk/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/build.mk b/mk/build.mk
index ed40042d1..5c0dbf761 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -674,4 +674,6 @@ info:
@printf "TOOLCHAIN_DIR=$(TOOLCHAIN_DIR)\n"
@printf "TARGET_PATH=$(TARGET_PATH)\n"
@printf "LINUX_DIR=$(LINUX_DIR)\n"
+ @printf "TARGET_DIR=$(TARGET_DIR)\n"
@printf -- "---OPENADK-INFO---\n"
+