altos/stm32f4-disco: Start hooking up stm32f413 USB for the disco board
[fw/altos] / src / stm32f4-disco / Makefile
index c4aa8e0a8a37ef90765c1d9691dbe7579e83dfc1..de30316c7bb4d8ec6d8d5c7a9c0d3d0158620eed 100644 (file)
@@ -29,10 +29,12 @@ ALTOS_SRC = \
        ao_timer.c \
        ao_task.c \
        ao_stdio.c \
-       ao_product.o \
+       ao_product.c \
        ao_cmd.c \
        ao_exti_stm32f4.c \
        ao_usart_stm32f4.c \
+       ao_usb_gen.c \
+       ao_usb_stm32f4.c \
        ao_led.c \
        ao_impure.c \
        $(SCHEME_SRCS)
@@ -72,7 +74,7 @@ ao_scheme_const.h: ao-scheme-make-const-big $(SCHEME_SCHEME)
 distclean:     clean
 
 clean:
-       rm -f *.o *.elf *.ihx
+       rm -f *.o *.elf *.ihx *.map
 
 install: