X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm-demo%2FMakefile;h=09c9c3cabfe83b7c37445ed0dd6b3e160a01f719;hp=dd7e6e02310f65de516dfbeb1b1421a67bedecba;hb=f89e7de20374141b367205aa517a08ee203bfaf3;hpb=6d1606895f70c6bca20c25084107f90bd0b613ec diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index dd7e6e02..09c9c3ca 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -32,8 +32,13 @@ ALTOS_SRC = \ ao_dma_stm.c \ ao_spi_stm.c \ ao_adc_stm.c \ + ao_data.c \ ao_i2c_stm.c \ - ao_usb_stm.c + ao_usb_stm.c \ + ao_exti_stm.c \ + ao_event.c \ + ao_quadrature.c \ + ao_button.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO @@ -61,7 +66,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f $(OBJ) + rm -f *.o $(PROG) rm -f ao_product.h install: