summaryrefslogtreecommitdiff
path: root/src/lambdakey-v1.0/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-11-15 20:24:33 -0800
committerKeith Packard <keithp@keithp.com>2017-02-20 11:16:51 -0800
commit5161f6d78647591cc7ab8774a04edbc68a09f689 (patch)
tree9ab7a39b3efbbac8319828177d8701d0b16ae69f /src/lambdakey-v1.0/Makefile
parentac0f7768659e288338bf452b4248ae3572ea2f7d (diff)
altos/lambdakey: Strip out unused code
Make space for more lisp bits! Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lambdakey-v1.0/Makefile')
-rw-r--r--src/lambdakey-v1.0/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lambdakey-v1.0/Makefile b/src/lambdakey-v1.0/Makefile
index feadfa91..a4d78736 100644
--- a/src/lambdakey-v1.0/Makefile
+++ b/src/lambdakey-v1.0/Makefile
@@ -30,11 +30,10 @@ ALTOS_SRC = \
ao_led.c \
ao_dma_stm.c \
ao_stdio.c \
+ ao_mutex.c \
ao_panic.c \
ao_timer.c \
- ao_mutex.c \
ao_usb_stm.c \
- ao_serial_stm.c \
ao_flash_stm.c \
ao_lisp_lex.c \
ao_lisp_mem.c \