mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:32:46 +01:00
Merge pull request #15841 from btcven/2020_01_22-fix-boards
makefiles/info.inc.mk: fix EXTERNAL_BOARD_DIRS in info-build-json
This commit is contained in:
commit
67e5a37495
@ -146,7 +146,7 @@ info-build-json:
|
||||
@echo '"BOARDDIR": "$(BOARDDIR)",'
|
||||
@echo '"RIOTCPU": "$(RIOTCPU)",'
|
||||
@echo '"RIOTPKG": "$(RIOTPKG)",'
|
||||
@echo '"EXTERNAL_BOARD_DIRS": $(call json_string_or_null $(EXTERNAL_BOARD_DIRS)),'
|
||||
@echo '"EXTERNAL_BOARD_DIRS": $(call json_string_or_null,$(EXTERNAL_BOARD_DIRS)),'
|
||||
@echo '"BINDIR": "$(BINDIR)",'
|
||||
@echo '"ELFFILE": "$(ELFFILE)",'
|
||||
@echo '"HEXFILE": "$(HEXFILE)",'
|
||||
|
Loading…
Reference in New Issue
Block a user