Update a call to PARSE_BOARD to Makefile-style in chipKIT file.
This commit is contained in:
parent
474da2ced4
commit
9200fe3d4d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ OBJDUMP_NAME = pic32-objdump
|
|||
OBJCOPY_NAME = pic32-objcopy
|
||||
SIZE_NAME = pic32-size
|
||||
|
||||
LDSCRIPT = $(shell $(PARSE_BOARD_CMD) $(BOARD_TAG) ldscript)
|
||||
LDSCRIPT = $(call PARSE_BOARD,$(BOARD_TAG),ldscript)
|
||||
LDSCRIPT_FILE = $(ARDUINO_CORE_PATH)/$(LDSCRIPT)
|
||||
|
||||
MCU_FLAG_NAME=mprocessor
|
||||
|
|
Loading…
Reference in a new issue