diff options
| author | Keith Packard <keithp@keithp.com> | 2012-08-06 19:35:02 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-06 19:35:02 -0700 |
| commit | ab379493dbe9923db8e458d2f4e0344df17d331c (patch) | |
| tree | bf6c2dd6c6ae9bf7d0e70eee0030d9ebd8501cf0 /src/stm-demo/Makefile | |
| parent | b0b52ca73bc836336ecc70247a9ed1dd633920d9 (diff) | |
Signed-off-by: Keith Packard <keithp@keithp.com>
altos: Test quadrature driver
Diffstat (limited to 'src/stm-demo/Makefile')
| -rw-r--r-- | src/stm-demo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 055a73af..52bb7b51 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -33,7 +33,9 @@ ALTOS_SRC = \ ao_spi_stm.c \ ao_adc_stm.c \ ao_i2c_stm.c \ - ao_usb_stm.c + ao_usb_stm.c \ + ao_exti_stm.c \ + ao_quadrature.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO |
