Skip to content

Commit 60008cb

Browse files
authored
Merge pull request #9751 from smlng/pr/make/info-build
make: add APPDIR to info-build target
2 parents 8966f01 + ec2a0f9 commit 60008cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

makefiles/info.inc.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ info-buildsize:
2323

2424
info-build:
2525
@echo 'APPLICATION: $(APPLICATION)'
26+
@echo 'APPDIR: $(APPDIR)'
2627
@echo ''
2728
@echo 'supported boards:'
2829
@echo $$($(MAKE) info-boards-supported)

0 commit comments

Comments
 (0)