mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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.
This commit is contained in:
parent
8966f01d66
commit
ec2a0f9f81
@ -23,6 +23,7 @@ info-buildsize:
|
||||
|
||||
info-build:
|
||||
@echo 'APPLICATION: $(APPLICATION)'
|
||||
@echo 'APPDIR: $(APPDIR)'
|
||||
@echo ''
|
||||
@echo 'supported boards:'
|
||||
@echo $$($(MAKE) info-boards-supported)
|
||||
|
Loading…
Reference in New Issue
Block a user