cortexelf-v1: Add buttons
[fw/altos] / src / cortexelf-v1 / Makefile
index 66f18045a7118929869fb5e4abc7d7d3bfd2dba1..f7c892bcfd7a9e1ac2dcd174fa770588a885ad69 100644 (file)
@@ -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 \
@@ -102,7 +104,7 @@ HEX=$(PROGNAME)-$(VERSION).ihx
 SRC=$(ALTOS_SRC) ao_cortexelf.c
 OBJ=$(SRC:.c=.o)
 
-all: $(PROG) $(HEX)
+all:: $(PROG) $(HEX)
 
 $(PROG): Makefile $(OBJ) cortexelf.ld
        $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(OBJ) $(LIBS)
@@ -117,10 +119,12 @@ ao_product.h: ao-make-product.5c ../Version
 
 distclean:     clean
 
-clean:
+clean::
        rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
        rm -f ao_product.h
 
+include ../lisp/Makefile-lisp
+
 install:
 
 uninstall: