X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm32f4-disco%2FMakefile;h=de30316c7bb4d8ec6d8d5c7a9c0d3d0158620eed;hp=c4aa8e0a8a37ef90765c1d9691dbe7579e83dfc1;hb=408badbef80d7a3412b5ad92b269be19d0faaa09;hpb=805d218ff50e6c38345c0d4e46f568009132633e diff --git a/src/stm32f4-disco/Makefile b/src/stm32f4-disco/Makefile index c4aa8e0a..de30316c 100644 --- a/src/stm32f4-disco/Makefile +++ b/src/stm32f4-disco/Makefile @@ -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: