Rename linker script

This commit is contained in:
Todd Fleming 2017-01-15 14:51:15 -05:00
parent 2b5d6a9871
commit 6c7e21583f
2 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ CMSIS_EXCLUDE_OBJECTS = \
build/cmsis/USBD_LPC17xx.o \
build/cmsis/USBH_LPC17xx.o \
LINKER_SCRIPT = lpc17xx/lpc1769.ld
LINKER_SCRIPT = lpc17xx/grbl.ld
AS = arm-none-eabi-as
CC = arm-none-eabi-gcc