Skip to content

Commit

Permalink
Add TERMFLAGS to info-build of Makefile.buildtests
Browse files Browse the repository at this point in the history
As requested in #1559
  • Loading branch information
x3ro committed Nov 25, 2014
1 parent 1649ff9 commit de11d59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile.buildtests
Expand Up @@ -202,8 +202,9 @@ info-build:
@echo 'FLASHER: $(FLASHER)'
@echo 'FFLAGS: $(FFLAGS)'
@echo ''
@echo 'TERMPROG: $(TERMPROG)'
@echo 'PORT: $(PORT)'
@echo 'TERMPROG: $(TERMPROG)'
@echo 'TERMFLAGS: $(TERMFLAGS)'
@echo 'PORT: $(PORT)'
@echo ''
@echo 'DEBUGGER: $(DEBUGGER)'
@echo 'DEBUGGER_FLAGS: $(DEBUGGER_FLAGS)'
Expand Down

0 comments on commit de11d59

Please sign in to comment.