Move LDSCRIPT back into chipKIT - it gets resolved eventually.
This commit is contained in:
parent
f100ba2501
commit
83cbf35787
2 changed files with 1 additions and 4 deletions
|
@ -292,10 +292,6 @@ ifndef BOARD
|
|||
BOARD = $(shell $(PARSE_BOARD), $(BOARD_TAG), board)
|
||||
endif
|
||||
|
||||
ifndef LDSCRIPT
|
||||
LDSCRIPT = $(shell $(PARSE_BOARD), $(BOARD_TAG), ldscript)
|
||||
endif
|
||||
|
||||
# Everything gets built in here
|
||||
OBJDIR = build-cli
|
||||
|
||||
|
|
|
@ -46,6 +46,7 @@ OBJDUMP_NAME = pic32-objdump
|
|||
OBJCOPY_NAME = pic32-objcopy
|
||||
|
||||
MCU_FLAG_NAME=mprocessor
|
||||
LDSCRIPT = $(call PARSE_BOARD,$(BOARD_TAG),ldscript)
|
||||
LDSCRIPT_FILE = $(ARDUINO_CORE_PATH)/$(LDSCRIPT)
|
||||
EXTRA_LDFLAGS = -T$(ARDUINO_CORE_PATH)/$(LDSCRIPT)
|
||||
EXTRA_CPPFLAGS = -mno-smart-io -D$(BOARD)
|
||||
|
|
Loading…
Reference in a new issue