From ec2a0f9f81afa92444f8c05d9f241987f1145bd3 Mon Sep 17 00:00:00 2001
From: smlng <s@mlng.net>
Date: Thu, 9 Aug 2018 14:40:35 +0200
Subject: [PATCH] make: add APPDIR to info-build target

    While info-build already provides lots of useful information
    it does not print the application source dir. However this
    might be useful for debugging and logging, hence its added
    to the output.
---
 makefiles/info.inc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/makefiles/info.inc.mk b/makefiles/info.inc.mk
index 0ebe8b667b..0eb1bf46df 100644
--- a/makefiles/info.inc.mk
+++ b/makefiles/info.inc.mk
@@ -23,6 +23,7 @@ info-buildsize:
 
 info-build:
 	@echo 'APPLICATION: $(APPLICATION)'
+	@echo 'APPDIR:      $(APPDIR)'
 	@echo ''
 	@echo 'supported boards:'
 	@echo $$($(MAKE) info-boards-supported)
-- 
GitLab