summaryrefslogtreecommitdiff
path: root/src/cortexelf-v1/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-04-02 16:37:42 -0700
committerKeith Packard <keithp@keithp.com>2017-04-02 16:37:42 -0700
commit1bc48b075f76bfef258f516549573429b24f284c (patch)
treeaa67f380b3358e84621846a4ac60b62f23367281 /src/cortexelf-v1/Makefile
parent8284d3639cd24e2fa0faf1e35e7276ba35a24f8f (diff)
cortexelf-v1: Add buttons
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cortexelf-v1/Makefile')
-rw-r--r--src/cortexelf-v1/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cortexelf-v1/Makefile b/src/cortexelf-v1/Makefile
index cea75ddf..f7c892bc 100644
--- a/src/cortexelf-v1/Makefile
+++ b/src/cortexelf-v1/Makefile
@@ -68,6 +68,8 @@ ALTOS_SRC = \
ao_bufio.c \
ao_fat.c \
ao_flash_stm.c \
+ ao_button.c \
+ ao_event.c \
ao_lisp_lex.c \
ao_lisp_mem.c \
ao_lisp_cons.c \