aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-07-09 16:29:25 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2013-07-09 16:29:25 -0400
commit9200fe3d4dc1413c7b16c602d23d8e8b32433cf2 (patch)
treeecdf572335e51bd49045897caa599e360bc47377
parent474da2ced413a892f455ebf99a8029b3cd753d79 (diff)
Update a call to PARSE_BOARD to Makefile-style in chipKIT file.
-rw-r--r--arduino-mk/chipKIT.mk2
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