diff options
| author | Keith Packard <keithp@keithp.com> | 2012-04-06 18:07:07 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-04-06 18:07:07 -0700 |
| commit | 9b12bc445fe482306e4587ad60c6d2daf65a60f3 (patch) | |
| tree | 5648964eb433e7111c751a232619251f90d77820 /src/stm-demo/Makefile | |
| parent | 2a04ac8dff1bfc3efba8c7e4dc9c1a827496dbdf (diff) | |
altos: Add DMA, SPI and MS5607 drivers
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/Makefile')
| -rw-r--r-- | src/stm-demo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/stm-demo/Makefile b/src/stm-demo/Makefile index 366291c6..c1f49371 100644 --- a/src/stm-demo/Makefile +++ b/src/stm-demo/Makefile @@ -26,7 +26,10 @@ ALTOS_SRC = \ ao_timer.c \ ao_serial_stm.c \ ao_lcd_stm.c \ - ao_lcd_font.c + ao_lcd_font.c \ + ao_mutex.c \ + ao_dma_stm.c \ + ao_spi_stm.c PRODUCT=StmDemo-v0.0 PRODUCT_DEF=-DSTM_DEMO |
