X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm-demo%2FMakefile;h=52bb7b519698f6a9eacb35e2c381f16982a06945;hb=5f7e61c749b02ed16e368502062e39b0471e9257;hp=26c81a822902147d9c3d72f930c60ef6fed9947e;hpb=9b9357f48597a034211affb3f18fc6089816456d;p=fw%2Faltos diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 26c81a82..52bb7b51 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -8,6 +8,7 @@ include ../stm/Makefile.defs INC = \ ao.h \ ao_arch.h \ + ao_arch_funcs.h \ ao_pins.h \ ao_product.h @@ -30,7 +31,11 @@ ALTOS_SRC = \ ao_mutex.c \ ao_dma_stm.c \ ao_spi_stm.c \ - ao_adc_stm.c + ao_adc_stm.c \ + ao_i2c_stm.c \ + ao_usb_stm.c \ + ao_exti_stm.c \ + ao_quadrature.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO @@ -58,7 +63,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f $(OBJ) + rm -f *.o $(PROG) rm -f ao_product.h install: