From ddd379680386a9b18e7aaf52864ef6faece18c70 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Tue, 11 Sep 2012 11:33:26 -0700 Subject: [PATCH] Makefile change to use RAM-only LDScript. --- firmware/usb_performance/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/usb_performance/Makefile b/firmware/usb_performance/Makefile index 88f0f621..403ea76a 100644 --- a/firmware/usb_performance/Makefile +++ b/firmware/usb_performance/Makefile @@ -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