diff options
author | Keith Packard <keithp@keithp.com> | 2016-11-15 10:18:12 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-11-17 22:18:39 -0800 |
commit | f3ac87a792527e9b7eb888e0c1f86fe49dc49bbc (patch) | |
tree | 07d17e5934e2a23a524d8a5e005c782b9eefe83a /src/lambdakey-v1.0 | |
parent | acfc29f2400cc3c06745edb5ec0c82b82998d3cc (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/lambdakey-v1.0')
-rw-r--r-- | src/lambdakey-v1.0/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lambdakey-v1.0/Makefile b/src/lambdakey-v1.0/Makefile index c71e1ab5..7f71761b 100644 --- a/src/lambdakey-v1.0/Makefile +++ b/src/lambdakey-v1.0/Makefile @@ -50,8 +50,7 @@ ALTOS_SRC = \ ao_lisp_error.c \ ao_lisp_lambda.c \ ao_lisp_save.c \ - ao_lisp_os_save.c \ - ao_exti_stm.c + ao_lisp_os_save.c PRODUCT=LambdaKey-v1.0 PRODUCT_DEF=-DLAMBDAKEY |