X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fstm-demo%2FMakefile;h=340967fcc1c2390bf22d5af40a58e90586faddc2;hb=bd02349111ae0f39b320e6a10a330051ddc39fdf;hp=2f156ea4436175752f1e3589950316bf67e57267;hpb=67044cca5b463772491d0712d0ce07a8f897a476;p=fw%2Faltos diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 2f156ea4..340967fc 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -32,7 +32,12 @@ ALTOS_SRC = \ ao_dma_stm.c \ ao_spi_stm.c \ ao_adc_stm.c \ - ao_i2c_stm.c + ao_i2c_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 @@ -60,7 +65,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f $(OBJ) + rm -f *.o $(PROG) rm -f ao_product.h install: