Makefile change to use RAM-only LDScript.

This commit is contained in:
Jared Boone
2012-09-11 11:33:26 -07:00
parent af1281fdbe
commit ddd3796803

View File

@ -7,4 +7,5 @@ SRC = $(BINARY).c \
../common/si5351c.c \
../common/bitband.c
LDSCRIPT = ../common/LPC4330_M4_ram_only.ld
include ../common/Makefile_inc.mk