summaryrefslogtreecommitdiff
path: root/src/stm-demo
diff options
context:
space:
mode:
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