summaryrefslogtreecommitdiff
path: root/src/nucleao-32/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-11-15 10:18:12 -0800
committerKeith Packard <keithp@keithp.com>2017-02-20 11:16:51 -0800
commit41175ff82bc0e35c99c60b49aa62944a12917157 (patch)
tree13083763ba237206440b9463c9807696fef7bbb2 /src/nucleao-32/Makefile
parent974717eb9dad105c9897ee24f953d98d57eaec77 (diff)
altos/lisp: Get lambdakey and nucleo-32 building again
Remove exti from the build list to make things fit. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/nucleao-32/Makefile')
-rw-r--r--src/nucleao-32/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/nucleao-32/Makefile b/src/nucleao-32/Makefile
index 388e581c..57fb4cde 100644
--- a/src/nucleao-32/Makefile
+++ b/src/nucleao-32/Makefile
@@ -34,6 +34,7 @@ ALTOS_SRC = \
ao_mutex.c \
ao_usb_stm.c \
ao_serial_stm.c \
+ ao_flash_stm.c \
ao_lisp_lex.c \
ao_lisp_mem.c \
ao_lisp_cons.c \
@@ -41,13 +42,15 @@ ALTOS_SRC = \
ao_lisp_string.c \
ao_lisp_atom.c \
ao_lisp_int.c \
- ao_lisp_prim.c \
+ ao_lisp_poly.c \
ao_lisp_builtin.c \
ao_lisp_read.c \
ao_lisp_rep.c \
ao_lisp_frame.c \
ao_lisp_error.c \
- ao_exti_stm.c
+ ao_lisp_lambda.c \
+ ao_lisp_save.c \
+ ao_lisp_os_save.c
PRODUCT=Nucleo-32
PRODUCT_DEF=-DNUCLEO
@@ -55,6 +58,8 @@ IDPRODUCT=0x000a
CFLAGS = $(PRODUCT_DEF) $(STMF0_CFLAGS) -Os -g
+LDFLAGS=$(CFLAGS) -L$(TOPDIR)/stmf0 -Wl,-Tload.ld
+
PROGNAME=nucleo-32
PROG=$(PROGNAME)-$(VERSION).elf
HEX=$(PROGNAME)-$(VERSION).ihx