summaryrefslogtreecommitdiff
path: root/src/stm-demo
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-03-10 21:02:59 -0700
committerKeith Packard <keithp@keithp.com>2013-03-10 21:02:59 -0700
commit8083aeb07167a1a68a168f16ac951b6de7b197ea (patch)
treee32ce77901c14cde263870298ab503af4a81fe4c /src/stm-demo
parent5187bb4402874f654fcef5ffdf237edf97a26b8c (diff)
altos: Make stm-flash capable of switching to application
This shrinks the base OS load down a bit as well so that stm-flash fits comfortably in the first 8kB of memory. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo')
-rw-r--r--src/stm-demo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile
index 3b1b671b..ab12f47b 100644
--- a/src/stm-demo/Makefile
+++ b/src/stm-demo/Makefile
@@ -53,7 +53,7 @@ OBJ=$(SRC:.c=.o)
all: $(PROG)
-LDFLAGS=-L../stm -Wl,-Taltos.ld
+LDFLAGS=-L../stm -Wl,-Taltos-application.ld
$(PROG): Makefile $(OBJ)
$(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(SAT_CLIB) -lgcc