diff options
| author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-07-09 16:29:25 -0400 |
|---|---|---|
| committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-07-09 16:29:25 -0400 |
| commit | 9200fe3d4dc1413c7b16c602d23d8e8b32433cf2 (patch) | |
| tree | ecdf572335e51bd49045897caa599e360bc47377 | |
| parent | 474da2ced413a892f455ebf99a8029b3cd753d79 (diff) | |
Update a call to PARSE_BOARD to Makefile-style in chipKIT file.
| -rw-r--r-- | arduino-mk/chipKIT.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arduino-mk/chipKIT.mk b/arduino-mk/chipKIT.mk index f861a2c..f519f70 100644 --- a/arduino-mk/chipKIT.mk +++ b/arduino-mk/chipKIT.mk @@ -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 |
